-
Notifications
You must be signed in to change notification settings - Fork 34
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 change resolution? #31
Comments
Hello, to change the resolution of your camera, you can use the Region of Interest feature of the sensor. In the case of ROS wrapper, you can call this feature (facility) on the "camera" object simarly to what we do for biases in:
In the case of ROI, you would do something like:
Hope this helps, |
Thank you for your response and for providing the two methods to set the resolution of the event camera. I’m currently trying to implement the ROS wrapper approach. Could you please provide more detailed instructions or examples on how to set it up? Any specific steps or code snippets would be really helpful. Thank you for your assistance! |
How to change the default camera resolution of 1280×480? I want to set it to 640×480
The text was updated successfully, but these errors were encountered: