-
Notifications
You must be signed in to change notification settings - Fork 48
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
yarp::dev::IRgbVisualParams in multicamera and depthCamera #558
yarp::dev::IRgbVisualParams in multicamera and depthCamera #558
Conversation
Just to clarify, the source of this code is the existing code in |
Can you update the CHANGELOG? |
To fix the CI, you may want to rebase over latest devel to get #557 . |
Yes, I was saving it for the next PR, where I was fixing this, and the depthcamera, and also fixing getRgbIntrinsicParam when the distortion is not set, but perhaps it is better to have it all in one PR, I'll update it... |
Ok, let's leave it for the next PR then! |
cbcd0e5
to
2c6e15b
Compare
Too late, just updated the PR 😆 |
2c6e15b
to
0d65f36
Compare
Should this be
|
0d65f36
to
637ca29
Compare
Rebased over #560 in order to build with YARP master |
637ca29
to
9585325
Compare
@traversaro: All checks have passed. Can we merge this, so that I can rebase #559? |
Thanks @traversaro |
Unfortunately, at the moment, in YARP we don't have an interface for a multicamera. This means that, if the camera parameters are different, this will work properly only for the first camera.
Depends on #560