AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.59k stars 7.95k forks source link

save result in a rtsp stream #217

Open mandeepubc opened 6 years ago

mandeepubc commented 6 years ago

@AlexeyAB Is it possible to stream result in the form of a rtsp/http stream? by editing yolo_console_dll file?

tengulre commented 6 years ago

It cannot!

Georgva commented 2 years ago

I am currently trying to get an rtsp output - why shouldn't it work? @tengulre I was thinking about writing a new class, converting *cv::mat into the stream, eventually using Live555 library (however I am getting a lot of errors and it is not working yet but I hope it will run soon). Or is this not possible?

tengulre commented 2 years ago

I am currently trying to get an rtsp output - why shouldn't it work? @tengulre I was thinking about writing a new class, converting *cv::mat into the stream, eventually using Live555 library (however I am getting a lot of errors and it is not working yet but I hope it will run soon). Or is this not possible?

can you share code ?