Skip to content

NNstreamer stream detection video over udp #4257

Answered by gichan-jang
Deepakpy asked this question in Q&A
Discussion options

You must be logged in to vote

If you do not need to use udp, how about using edgesrc/edgesink. (Supports TCP and MQTT protocols.)

Cam device pipeline (ximagesink is repaced with edgesink)

gst-launch-1.0     v4l2src name=cam_src ! videoconvert ! videoscale ! video/x-raw,width=640,height=480,format=RGB,framerate=30/1 ! tee name=t     t. ! queue leaky=2 max-size-buffers=2 ! videoscale ! video/x-raw,width=300,height=300,format=RGB ! tensor_converter !         tensor_transform mode=arithmetic option=typecast:float32,add:-127.5,div:127.5 !         tensor_filter framework=tensorflow-lite model=tflite_model/ssd_mobilenet_v2_coco.tflite !         tensor_decoder mode=bounding_boxes option1=mobilenet-ssd option2=tflite_model/coc…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@Deepakpy
Comment options

@gichan-jang
Comment options

@Deepakpy
Comment options

Answer selected by gichan-jang
Comment options

You must be logged in to vote
2 replies
@myungjoo
Comment options

@nnbbensa
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants