Coral from Google - GstInference - Demos

From RidgeRun Developer Wiki




Previous: GstInference/Example Pipelines Index Next: Reference_Documentation





Github Demos

To help ease the process and learning curve from GstInference and Coral board, RidgeRun prepared a couple of demos that can be obtained in the following repository:

https://github.com/RidgeRun/coral-gst-inference-demos

Intelligent Video Recording

The demo aims to be a reference intelligent video recording security camera. As seen on the following image when a defined class ID is detected it will start recording. The default uses class ID 762 (Remote Control). If the class ID is still being detected it will continue recording, if the class ID does not match it will wait for MIN_RECORDING_TIME_IN_SECONDS before saving the video. Multiple classes ID can be detected at once. If after saving the video a new valid detection appears a new video file will be created. Check demo readme for more details.

Media Server

The demo can switch between two origins (camera or RTSP stream) and produces 3 outputs (UDP streaming, recording, and display) as seen in the image. It allows to start/stop the recording and the output UDP streaming. Check demo readme for more details.



Previous: GstInference/Example Pipelines Index Next: Reference_Documentation