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

Using gstreamer to pipe images from coral camera like with Intel RealSense libraries (pyrealsense) #103

Open
MarioCavero opened this issue Dec 20, 2022 · 0 comments
Assignees
Labels
Hardware:Dev Board Coral Dev Board issues subtype:Mendel Linux Mendel Linux Build/installation issues type:docs-feature Doc issues for new feature, or clarifications about functionality type:others Issues not falling in bug, perfromance, support, build and install or feature

Comments

@MarioCavero
Copy link

MarioCavero commented Dec 20, 2022

Description

I have been trying to use gstreamer to do something like wait_from_frames, from the pyrealsense library, that I use with the Real Sense D435 camera. The goal is to be getting images and sending them via a pipeline, so in another process, when it is received, it does inference (so, no need for gstreamer to do it, I'll handle that).

I basically want to use gstreamer to be waiting for frames and publishing them, so a subscriber receives them and does inference. But I have not been able to find anything relevant in the code in this repo or docs! Any resource would be nice!

I have tried by capturing video, and sending the frame, but the pipeline never stops, and images do not seem to be received. (I have tried in a regular way, coral camera gets images and I can do inference in them).

Click to expand!

Issue Type

Feature Request, Documentation Feature Request, Others

Operating System

Mendel 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 Hardware:Dev Board Coral Dev Board issues subtype:Mendel Linux Mendel Linux Build/installation issues type:docs-feature Doc issues for new feature, or clarifications about functionality type:others Issues not falling in bug, perfromance, support, build and install or feature labels Dec 20, 2022
@MarioCavero MarioCavero changed the title Using gstreamer to pipe images from coral camera like with Intel RealSense libraries Using gstreamer to pipe images from coral camera like with Intel RealSense libraries (pyrealsense) Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware:Dev Board Coral Dev Board issues subtype:Mendel Linux Mendel Linux Build/installation issues type:docs-feature Doc issues for new feature, or clarifications about functionality type:others Issues not falling in bug, perfromance, support, build and install or feature
Projects
None yet
Development

No branches or pull requests

2 participants