NMGRL / toupcam

Python interface to ToupCam Cameras
http://www.touptek.com/product/showproduct.php?lang=en&id=108
Apache License 2.0
26 stars 15 forks source link

Toupcam Snap #10

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi,

I am giving video resolution (19201080) and Image Resolution (38402160) when I am calling snap callback function taking 950 milliseconds to snap. With video and Image resolution same it is taking 150 milliseconds. How to reduce that delay of snap callback in different resolution.

jirhiker commented 2 years ago

try modifying the exposure time

ghost commented 2 years ago

where I have to modify in my code or library. library source is not available but I have checked in my application by changing Exposure time but no difference. Delay of snap callback is taking above 900 milliseconds