example-object-tracker
example-object-tracker copied to clipboard
I am new to GStreamer, and cannot find a correct way to save output to file instead of display device on Coral DevBoard. While using Raspberry Pi and USB Accelerator...
### Description I have tried to modify the gstreamer pipeline using examples-camera/gstreamer as follow: ``` scale_caps = 'video/x-raw,format=BGRA,width={w},height={h}'.format(w=src_size[0], h=src_size[1]) PIPELINE += """ ! decodebin ! queue ! v4l2convert ! {scale_caps}...
### Description Sending it to udp sink i get error: Warning: gst-resource-error-quark: Attempting to send a UDP packets larger than maximum size (1228800 > 65507) Probably need to use RTP...
I am fooling around with the tooling and noted the following: 1. run the samples with 2. `edgetpu_detect_server --model mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite --labels coco_labels.txt --filter person,car,truck,bus,motocycle,bicycle --threshold 0.4 --print` 3. Normally everything...
I seem to get inverted colours when using this with some cameras (i.e. classic purple skin look). I've attempted adjusting the sink caps (`BGR`) in the GStreamer video convert and...
Adds support for OpenCV and allows for RTSP and File inputs. The OpenCV code is based on https://github.com/google-coral/examples-camera
* **Add argument `height` and `width` for [detect.py](gstreamer/detect.py).** * Add non-interactive mode in [install_requirements.sh](gstreamer/install_requirements.sh). Usage `bash install_requirements.sh -y` * Fix little bug for jpeg format with custom height and width.