-
Notifications
You must be signed in to change notification settings - Fork 26
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
Realsense2 device is found, but cannot run program #26
Comments
@cansik Any ideas? |
For the // enable the color & depth stream of the realsense camera
rs2.enableColorStream(640, 480, 30);
rs2.enableDepthStream(640, 480, 30);
rs2.start(); I assume @saudet Do you think this is a good default behaviour? If so I will create a PR. |
That sounds like a good idea, yes. The default imageWidth, imageHeight, and frameRate should be taken from the properties though: https://github.com/bytedeco/javacv/blob/master/src/main/java/org/bytedeco/javacv/FrameGrabber.java#L183 |
Thanks @cansik for fixing this! @hyeonjang please give it a try by replacing |
OS: ubuntu 20.04
Camera: Realsense2 D435i, L515
Hello,
When I tried to run this program, I encounter this message.
Also, on a console the message indicates
Realsense2 devices found: 1
I cannot figure out where this problem occurs.
Could you help me?
Thanks
The text was updated successfully, but these errors were encountered: