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

add "software_sensor" to realsense device #5165

Closed
Jiloc opened this issue Nov 1, 2019 · 2 comments
Closed

add "software_sensor" to realsense device #5165

Jiloc opened this issue Nov 1, 2019 · 2 comments

Comments

@Jiloc
Copy link

Jiloc commented Nov 1, 2019

Required Info
Camera Model { SR300 / D400}
Language {C++ }

I am using an external camera in conjunction with a SR300.
I already calibrated the system, so I have the instrinsics of the external camera and the extrinsics in relationship with the realsense.

I would like to create a rs2::device able to generate RGB frames from the external camera and Depth frames from the realsense.

I know that there is a rs2::software_device available, and the relative example. But in that case, from my understanding, I can only add "software_sensor" to the rs2::software_device.

In my case i need to add "software_sensor" to the RealSense sensor which generates frames using the external camera. Or vice versa, I could create a "rs2::software_device" and add to it the depth sensor from the realsense and a "software_sensor"

@MartyG-RealSense
Copy link
Collaborator

I recalled that there was a past case where somebody wanted to align the depth of a RealSense D410 camera with the RGB from an external non-RealSense MIPI camera. It was recommended that software-device was used to generate software sensor, like you suggested.

I managed to find the link to the discussion, if you have not already seen it.

#4202

@RealSenseCustomerSupport
Copy link
Collaborator


@Jiloc
Any update? If no other question, will close this.

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

No branches or pull requests

3 participants