This application will read from a RTP stream, run the video through Darknet/YOLO, and display the results. More...
Functions | |
int | main (int argc, char *argv[]) |
This application will read from a RTP stream, run the video through Darknet/YOLO, and display the results.
If you don't have a device that generates a RTP stream, you can use VLC and a computer with a webcam such as a laptop.
For example, from my laptop I run one of these commands to start a stream on the multicast address 239.0.0.1:
or:
int main | ( | int | argc, |
char * | argv[] | ||
) |