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

Include compatibility with RTSP #39

Open
chm10 opened this issue Aug 24, 2024 · 1 comment
Open

Include compatibility with RTSP #39

chm10 opened this issue Aug 24, 2024 · 1 comment

Comments

@chm10
Copy link

chm10 commented Aug 24, 2024

Description:
The current implementation not includes basic RTSP support.

@chm10
Copy link
Author

chm10 commented Aug 24, 2024

Before run

From you PC connect to raspberry

ssh -X ssh -X <user>@<IP>

Active X (VNC) on raspberry . 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 

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

1 participant