Hi,
I’m using the Argus API to control a camera, and I would like to get the current exposure time. I can use getExposureTimeRange() to get the range that was set, but is there any way to get the actual exposure time that is currently in use?
I saw in this post that this was not supported as of a few years ago. As suggested in that post, I can use v4l2-ctl
to query the current exposure time, but it would be nice to be able to check this through the Argus API within our app. Is this still unsupported? Or is there any way to query the current exposure time?
Thanks,
Bryan