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
Description: The current implementation not includes basic RTSP support.
The text was updated successfully, but these errors were encountered:
Before run
From you PC connect to raspberry
ssh -X ssh -X <user>@<IP>
Active X (VNC) on raspberry . sudo rasp-config
sudo rasp-config
Maybe need some of this libraries installed
sudo apt-get update sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0 sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
Before run:
. setup_env.sh cd hailo-rpi5-examples
To run #40
python basic_pipelines/detection.py --input rtsp://<username>:<password>p@<IP>:554 --video-sink autovideosink
To run #41
python basic_pipelines/detection.py --input rtsp://<username>:<password>p@<IP>:554
Sorry, something went wrong.
No branches or pull requests
Description:
The current implementation not includes basic RTSP support.
The text was updated successfully, but these errors were encountered: