Jetson nano, raspi cam, get launch and browser

Hello, I try Jetson nano, raspi cam, get launch and browser, but doesn’t work. Maybe have example code stream video on browser?

Hi,
You may try gstreamer framewroks. For Raspberry Pi camera V2, you can simply run

gst-launch-1.0 nvarguscamerasrc ! nvoverlaysink

If above pipeline works, the camera source is confirmed to be valid and you can look at user guide for more samples:
https://developer.nvidia.com/embedded/dlc/l4t-accelerated-gstreamer-guide-32-2

For streaming to browser, a general usecase is to use HTTP Live Streaming. Please check this post:
https://devtalk.nvidia.com/default/topic/1042208/jetson-tx2/hls-live-streaming/post/5286632/#5286632