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

adding IR feed to "multifeed" mode #92

Open
garrett-laroy-johnson opened this issue Apr 26, 2021 · 3 comments
Open

adding IR feed to "multifeed" mode #92

garrett-laroy-johnson opened this issue Apr 26, 2021 · 3 comments
Assignees

Comments

@garrett-laroy-johnson
Copy link

IR feeds can be very useful for doing CV with camera/projector set-ups. I see in Kinectron that Infrared is available for sending as a single stream. Is it possible to add this to the multi-stream mode as well?

@lisajamhoury
Copy link
Member

It seems that the underlying node module used in Kinectron, Kinect2 node, has not yet implemented Infrared in the multiSourceFrame. I've just submitted an issue there. If/when it is implemented, I will be able to make it available here as well.

https://github.com/wouterverweirder/kinect2/blob/85af6c6aef3c4c8eda829d705af4fc50d3079ced/src/kinect2.cc#L1752
wouterverweirder/kinect2#67

@lisajamhoury
Copy link
Member

Kinect2 node module now includes Infrared in the multiSourceFrame. I will look into integrating it into Kinectron before the end of August.

wouterverweirder/kinect2#67

@lisajamhoury
Copy link
Member

Circling back on this. Adding Infrared requires updating to kinect2 v2 (^0.2.1). I'm running into a weird bug with the upgrade on the RGB feed (see #100). Once I am able to resolve that bug I can complete this.

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

No branches or pull requests

2 participants