-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to controll the SR305 shutter? #6762
Comments
Because RealSense camera shutters can not be physically controlled, the usual method of simulating shutter timing control is by manipulating exposure time. My understanding of 'synchroflash' is that it activates a flash lamp in sync with the opening of a camera's shutter. Syncing an external flash would likely be easier on a RealSense 400 Series camera (as described in the link below) than with an SR305 that has no external device sync mechanism. There was a demonstration in 2018 where Intel did things the other way around, and controlled camera capture by initiating a camera flash and using the spike in camera data caused by the flash as a mechanism to control the start and end of capture. https://www.intelrealsense.com/intel-realsense-volumetric-capture |
OK~~thank you. |
There is a mode that only works on cameras with a global shutter (such as D430, D435 and D435i) where the laser emitter is very rapidly alternated on / off. The link below has an animated image with a fast-strobing light, so beware if you have epileptic sensitivity. |
I didn't need to controll laser emitter... Is any hardware synchronization pins define can let me know which pin is shutter sync signal ? by the way....If SR305 have the shutter sync signal pin, please let me know... |
The SR300 and SR305 do not have pins for sync with external devices. There was a case I handled 5 years ago where a RealSense user cut open the USB cable of a RealSense F200 (the very similar predecessor of the SR300) to gain access to the electrical pulses passing through the cable. Doing so requires some electrical skills though. |
I'd like to close the issue, since direct control over camera shutter is not available with the SR30X |
Issue Description
Because I want to controll the SR305 shutter with synchroflash, but I don't know how to use it....
Please tell me how to do...
by the way...I have found the liberealsense example,but I didn't find how to controll the shutter.
The text was updated successfully, but these errors were encountered: