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

Send to udp sink

Open highfreq opened this issue 4 years ago • 3 comments

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 but really don't know where to edit detect.py to make use of rtp to segment packets.

Click to expand!

Issue Type

No response

Operating System

No response

Coral Device

No response

Other Devices

No response

Programming Language

No response

Relevant Log Output

No response

highfreq avatar Oct 28 '21 11:10 highfreq

Can you please share which coral Device are you working with, video source and the complete error log.

hjonnala avatar Oct 28 '21 15:10 hjonnala

working with coral usb.

inside /google-coral/example-object-tracker/gstreamer/gstreamer.py i put udpsink host=xxx.xxx.xxx.xxx port=5700 but i get the error i gave you. Probably i just need to rtp the payload but don't know how to do it in the pipeline.

Complete error message:

Warning: gst-resource-error-quark: Attempting to send a UDP packets larger than maximum size (1228800 > 65507) (10): gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstUDPSink:udpsink0: Reason: Error sending message: Message too long

highfreq avatar Oct 28 '21 15:10 highfreq

@highfreq Can you try to take reference from https://github.com/google-coral/examples-camera/blob/master/gstreamer/gstreamer.py#L221 ?

manoj7410 avatar Nov 01 '21 06:11 manoj7410