I'm experimenting with HDR capture at the moment and using a Logitech C920 through OpenCV via python. All the camera calibration algorithms I have come across to date require the actual duration of the image exposure or at least known ratios between the various exposure times. Unfortunately all I have when setting the exposure time in OpenCV (CAM_PROP_EXPOSURE) for the C920 is an integer range [-11 to -2] with no indication of units.
Is there a low level API or utility that I can probe the camera with to find the corresponding duration in seconds?