Skip to content
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

Update RealSenseFrameGrabber.java #918

Closed
wants to merge 1 commit into from

Conversation

andrewsunst
Copy link

realsense unpacker fix

realsense unpacker fix
@poqudrof
Copy link
Contributor

Hello, I just checked this out, the problem is not here, but in a stupid bug. Let me explain what and why.

With the Realsense API, we need to "enable" the streams before calling starting the camera, which makes sense. So calling these "enableXStream" just set a flag indicating that the stream will be enable at camera start. Consequently, they should not be activated there.

I updated the code for it work in Procamcalib, and created a PR:
#922

It does not allow stereo calibration yet, but the factory calibrations are really good from my experience.
Cheers,
Jeremy.

@andrewsunst
Copy link
Author

It's running perfectly now. Thank you for your effort.

@saudet
Copy link
Member

saudet commented Feb 24, 2018

@andrewsunst So can we close this PR and merge #922?

@andrewsunst
Copy link
Author

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants