Getting exposure time of Raspberry Pi camera in gstreamer

As I understand it, the gstreamer element nvarguscamerasrc automatically sets the exposure.

Is there a way to get the current value of the exposure?

Thanks.

Sorry to tell there’s this kind of API. However you can implement debugfs node in sensor driver to get it.
You can reference to ov5693.c for the debugfs implement.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.