devicehive-video-analysis
devicehive-video-analysis copied to clipboard
How to integrate this in ROS
Hi,
Did you mean Robot Operating System
?
I have no experience with that.
But this demo should work if ROS can run requirements. Especially tensorflow
and opencv
yes it will run with Ros you but I think you need to make node in Ros with communicate with devicehive python client
You need to transfer the data through ROS Publisher&Subscriber nodes so the master can route the data to the right listener.
Take a look here: http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29