Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i update videosrc => rtsp url #37

Open
helloImjini opened this issue Sep 4, 2024 · 1 comment
Open

How can i update videosrc => rtsp url #37

helloImjini opened this issue Sep 4, 2024 · 1 comment
Labels
comp:model Model related isssues Hardware:Dev Board Coral Dev Board issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:support Support question or issue

Comments

@helloImjini
Copy link

helloImjini commented Sep 4, 2024

Description

I wanna use rtsp url.

8.0.112:554/stream1'
Model: models/bodypix_mobilenet_v1_075_1024_768_16_quant_decoder_edgetpu.tflite
Heatmap size: (65, 49)
Stride: 16 (65, 49)
Inference size: (1024, 768)
Toggle mode keys:
Toggle skeletons: s
Toggle bounding boxes: b
Toggle anonymizer mode: a
Toggle heatmaps: h
Toggle bodyparts: p

Gstreamer pipeline:

aggregator name=agg ! glsvgoverlaysink name=overlaysink
filesrc location=rtsp://ID.PASSWORD.000.000.0.0:stream1 ! decodebin ! glupload ! glvideoflip video-direction=identity ! tee name=t
t. ! queue max-size-buffers=1 ! glfilterbin filter=glbox name=glbox ! video/x-raw,format=RGB,width=1024,height=768 !
queue max-size-buffers=1 ! inference name=inf ! agg.
t. ! queue max-size-buffers=1 ! agg.

Error: gst-resource-error-quark: Resource not found. (3): gstfilesrc.c(533): gst_file_src_start (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
No such file "rtsp://

How can i set for using rtsp?

Click to expand!

Issue Type

Support

Operating System

Linux

Coral Device

Dev Board

Other Devices

No response

Programming Language

Python 3.7

Relevant Log Output

No response

@google-coral-bot google-coral-bot bot added comp:model Model related isssues Hardware:Dev Board Coral Dev Board issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:support Support question or issue labels Sep 4, 2024
@helloImjini
Copy link
Author

helloImjini commented Sep 4, 2024

PIPELINE += 'filesrc location={video_src} ! {decoder}' - in bodypix_gl_imx.py

change to

PIPELINE += 'rtspsrc location={video_src} ! {decoder}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:model Model related isssues Hardware:Dev Board Coral Dev Board issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:support Support question or issue
Projects
None yet
Development

No branches or pull requests

1 participant