Trouble trying to subscribe to roslibjs node and show with OpenCV
I'm following RosLibJs Video Publishing with CV_bridge tutorial to read images from mobile camera to show them in openCV in server and I'm with two problems: First is that for some reason the camera does not work into smartphone (using Vivaldi browser) . Second: when opening into computer's browser (also vivaldi) the node into WebSocket used to communicate with server send Base64 images but when I "rostopic echo /camera/image/compressed " in the server it shows 0-255 numbers that keep the same even if I block with thumb or release the camera. I suspect that is the cause of OpenCV visualizer crash opening in the subscriber into the server. I would like some help to these two problems that I suspect that are related, reason why I publish in same question. Want to understand better what is happening here.