【camera】 How to configure discontinuous_clk?

If our sensor is set to be continuous between frames and discontinuous between lines, how should I configure it?

Hi,

For the camera basic functionality first needs to check the device and driver configuration.
You can reference to below program guide for the detailed information of device tree and driver implementation.
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/CameraDevelopment/SensorSoftwareDriverProgramming.html?highlight=programing#sensor-software-driver-programming

Please refer to Applications Using V4L2 IOCTL Directly by using V4L2 IOCTL to verify basic camera functionality.
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/CameraDevelopment/SensorSoftwareDriverProgramming.html?highlight=programing#to-run-a-v4l2-ctl-test

Once confirm the configure and still failed below link help to get log and some information and some tips for debug.
https://elinux.org/Jetson/l4t/Camera_BringUp#Steps_to_enable_more_debug_messages

Thanks!

hello 550399056,

here’s device tree property setting, discontinuous_clk.
please see-also developer guide, Property Value Pairs for reference.

I know there are attributes that can be set as’ yes’ or ‘no’, but I don’t know when to set ‘yes’ and’ no '.
My example now is, if my camera outputs continuous frames and discontinuous lines, is this set to yes or no?

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks

hello 550399056,

did you have some examples, or diagram of such signaling?