example-object-tracker icon indicating copy to clipboard operation
example-object-tracker copied to clipboard

Results 17 example-object-tracker issues
Sort by recently updated
recently updated
newest added

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...

type:support
subtype:Mendel Linux
Hardware:Dev Board

### 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}...

type:support
subtype:Mendel Linux
Hardware:Dev Board Mini
comp:model

### 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...

type:support
subtype:ubuntu/linux
Hardware:USB Accelerator
stat:community support

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...

type:support
subtype:Mendel Linux
Hardware:Dev Board
comp:demo

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...

type:support

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.