Hi! I’m implementing a driver for the Jetson Orin and I want to make sure I understand what the values for exposure and gain mean so that I can write the proper value in the correct registers of my camera. I’m developing the functions to be used as my tegracam_ctrl_ops
. These are my questions:
- Am I right to assume that the long exposure value is the exposure time in seconds that is supposed to be used when using a camera in linear mode (not HDR)?
- Should I only use the short exposure (in seconds) when using a sensor in HDR with a short exposure micropixel?
- Is the “set_gain” supposed to set the analog gain of the camera? Is the gain value specified in decibels multiplied by a certain factor? If yes, which is the factor?
Please let me know if you need any additional details to answer my questions. The abovementioned questions are based on my understanding of this page.
Thanks so much for your help and have a great day!