google-coral / examples-camera

Small code snippets that show how to stream camera images to a Coral device.
Apache License 2.0
356 stars 115 forks source link

CoralDevBoard + Coral camera + streaming the detect results #82

Open juvinski opened 3 years ago

juvinski commented 3 years ago

Hi guys,

I have a coraldev board and coral camera, and how can I stream or save the video from gstreamer/detect.py samples to a file or stream to my desktop computer ?

Thanks a lot - I saw the same question but the answers I believe was using opencv or raspberry + coral accelerator.

MarioCavero commented 1 year ago

Did you manage to find a solution?

gstreamer seems to have it's own methods for that: file_sink: Write incoming data to a file in the local file system.

Maybe this can be useful, as another user was having a SIMILAR (more or less, more less than more) issue @juvinski But I could not make a lot of sense so as to fix it "quickly" and save the output to my local

zain-altaf commented 1 year ago

Hi @juvinski were you able to figure out how to do it? I'm currently on the dev board mini and have a coral camera as well (mini and regular are basically the same software-wise). I'm trying to get it to save videos as well. Please let me know if you got it.

Thanks!

nadavo11 commented 1 year ago

hey, just to check up on that topic, is there a way to do it?