Streaming depth to web browser
I'm running Indigo on Ubuntu 14.04 on a Nvidia Jetson TK1, using an Asus Xtion Pro Live.
Is it possible to stream the depth from a primesense device to web browser? I understand that it is possible to stream the rgb to a web browser using mjpeg_server and openni2.
When I try to use mjpeg_server, and I subscribe to the topic /camera/depth/image_raw
, mjpeg_server gives the error Unable to convert 16UC1 image to ipl format
.
And when I subscribe to /camera/depth/image
, mjpeg_server gives the error Unable to convert 32FC1 image to ipl format
.
Can anyone help me?