puku0x / cvdrone

CV Drone (= OpenCV + AR.Drone)
https://github.com/puku0x/cvdrone/wiki/How-to-build
Other
202 stars 94 forks source link

Streaming to HTML5 canvas #57

Open cyberphantom opened 7 years ago

cyberphantom commented 7 years ago

Hi, I'm trying to stream the drone image raw to html5 canvas. I'm using indigo and I looked around but I couldn't find any library to do that. is there any idea on how to do that and what is the best way to stream the image_raw then converting to jpeg in javascript or converting the image raw in ROS and send the images through the URL and port to the canvas?

puku0x commented 7 years ago

@cyberphantom Sorry, CV Drone does not provide that way. Perhaps https://github.com/felixge/node-ar-drone do.