Skip to content
New issue

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

Generalization of Camera Stream in context of IP Cameras / Headless Jetson Nano #61

Open
milindparikh opened this issue Aug 9, 2019 · 1 comment

Comments

@milindparikh
Copy link

I have been able to install ipywebrtc on a headless Jetson Nano with multiple IP Cameras (aka remote-cameras). I am accessing the ipywebrtc through jupyter notebook on another machine (aka local-machine).

The network is dynamic (DHCP). Let's assume that the addressing the IP cameras and authenticating to IP cameras is a solved issue (auto-discovery through nmap, auth information stored elsewhere)

In other words,
cap = cv2.VideoCapture("rtsp://user:password@xx.xx.xx.xxx:554/cam/realmonitor?channel=1&subtype=1")
ret, frame = cap.read()
returns a good frame that can be displayed through plt.imshow()

The CameraStream makes use of the specific camera installed on the local-machine. How to enable the use of remote cameras through the CameraStream?

@maartenbreddels
Copy link
Owner

maartenbreddels commented Aug 10, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants