JupyterLab - Is way to use an RTSP camera?

JupyterLab currently makes provision for CSI and USB cameras. I, unfortunately, do not have any of these at my disposal. I do however have a camera (hikvision) I can successfully connect to over RTSP using VLC/CV2.

rtsp://<username>:<password>@192.168.68.127:554/Streaming/Channels/102

Is there a way to use this feed instead?

please refer to Jetson Nano FAQ for an example of running RTSP streaming.

Hi @JerryChang,

Not exactly what I was looking for, although this solves another problem I’ve been having. Thanks!

For anyone looking for a JetCam branch supporting RTSP: GitHub - bobby20180331/jetcam: Easy to use Python camera interface for NVIDIA Jetson

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.