Open kavikode opened 5 months ago
You cannot run rclnodejs
in a browser because nodejs is not supported, instead, you could:
Hi @kavikode, I strongly recommend learning about webrtc. I recently wrote a blog post on the various approaches people have used for streaming video to the web and why webrtc is the way to go: https://transitiverobotics.com/blog/streaming-video-from-robots.
PS: and yes, you can use rclnodejs on the robot to get the image stream. That's what we do in our solution.
thank you so much @minggangw and @chfritz! I will try the provided solutions. I appreciate your time to help me.
Is it possible to stream a image topic on a webpage using rclnodejs? Any examples please to get the camera view from a robot displayed on the webpage?