Created
February 26, 2022 21:30
-
-
Save midwire/e2cf9e9e301c3444830ca7e5fc677a28 to your computer and use it in GitHub Desktop.
[raspberry pi streaming video] How to stream video from a raspberry pi with camera #raspberrypi #pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# On the Pi: | |
libcamera-vid -t 0 --inline --listen -o tcp://0.0.0.0:8888 | |
# From a client, like VNC - open a network stream | |
# ... replace raspberrypi.local with your PI's IP address. | |
tcp/h264://raspberrypi.local:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment