Closed s0r2637 closed 7 years ago
You could look in rs.h
to have an idea of the API. There is among others:
RS_OPTION_COLOR_EXPOSURE (Controls exposure time of color camera. Setting any value will disable auto exposure).
You might want to play around with its value through the method set_device_option
.
Hi,
I was wondering how can I create a color stream with the RGB camera's auto exposure disabled. I know that it is possible from the Intel realsense's SDK, but does librealsense allow it. If yes, what API calls need to be made from Pyrealsense.