ibaiGorordo / pyKinectAzure

Python library to run Kinect Azure DK SDK functions
MIT License
446 stars 114 forks source link

Integration with ros #117

Open rsliu-hri opened 5 months ago

rsliu-hri commented 5 months ago

Hi,

I am currently working on a project that involves using a camera device across multiple ROS nodes. Specifically, the camera is already being utilized by a ROS node(using Azure_Kinect_ROS_Driver) in one part of my application. For the integration of various components of my system, I would like to know if it is possible to obtain a device handle in another script while the camera is already activated and in use by another ROS node?

(Specifically, I want to map skeleton on 2D image.)