Description: I want to create a people counter using DNN. The model I’m using is MobileNetSSD. The camera I use is IPCam from Hikvision. Python communicates with IPCam using the RSTP protocol. The program that I made is good and there are no bugs, when running the sample video the program does its job well. But when I replaced it
Tag: video-streaming
How to Convert MP4 to HLS with Multiple Audio and Multiple Video Quality in Python/Django?
I have tried with ffmpeg library and I can convert videos mp4 to hls with multiple quality but multiple audio is not working. > [Commands Excuting from Terminal] And with subprocess library calling subprocess.call. > [ Want to know is this the right way? to do with Django? ] Answer Here is the solution https://github.com/aminyazdanpanah/python-ffmpeg-video-streaming Read the documentation and modify
Display stream with FFmpeg, python and opencv
Situation : I have a basler camera connected to a raspberry pi, and I am trying to livestream it’s feed with FFmpg to a tcp port in my windows PC in order to monitor whats happening in front of the camera. Things that work : I manage to set up a python script on the raspberry pi which is responsible