We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
You cannot run rclnodejs in a browser because nodejs is not supported, instead, you could:
rclnodejs
Sorry, something went wrong.
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.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: