You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm not sure if this repository is still being actively worked on, but it would be great if someone could implement a function to set the shutter mode to Global shutter. My camera is capable of both rolling and global shutter, but it defaults to rolling shutter and I need global shutter for my application. Thanks!
The text was updated successfully, but these errors were encountered:
Hi. Unfortunately I don't have much time these days to work on this project, and I don't believe I have a camera with global shutter option, so it'll be difficult for me to develop this.
I looked at the IDS doc though ("IDS Software Suite" > "Switching the shutter mode"). It looks quite straight-forward:
on nodelet start, get the current shutter settings, and also enumerate device capabilities
on dyncfg callback to change shutter settings, assuming it's supported by capabilities, (and if global start shutter, we must first be in trigger mode), set shutter mode
If you or others want to take a crack at implementing and testing this feature, I'll be happy to squeeze time to perform a code review.
Hello! I'm not sure if this repository is still being actively worked on, but it would be great if someone could implement a function to set the shutter mode to Global shutter. My camera is capable of both rolling and global shutter, but it defaults to rolling shutter and I need global shutter for my application. Thanks!
The text was updated successfully, but these errors were encountered: