Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

how to install gstreamer on axis camera #45

Open
vuhailongkl97 opened this issue Feb 6, 2023 · 2 comments
Open

how to install gstreamer on axis camera #45

vuhailongkl97 opened this issue Feb 6, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@vuhailongkl97
Copy link

vuhailongkl97 commented Feb 6, 2023

I want to use gstreamer for development on axis cameara.
Example: I want to run a pipeline like "rtspsrc ! rtph264depay ! fakesink" on a axis camera device but the process doesn't work due to missing rtspsrc plugin, ...
Can you help me add more gstreamer plugins on axis camera ?

@vuhailongkl97 vuhailongkl97 added the enhancement New feature or request label Feb 6, 2023
@Corallo
Copy link
Contributor

Corallo commented Feb 27, 2023

Hello @vuhailongkl97

We can't extend at the moment the SDK to add gstreamer, but you are welcome to try.
You should try to add a new stage in the computer vision sdk build, similarly to the stage that builds opencv. Where you download and build gstreamer.
Then you should follow the same steps done for opencv, copying the build artifacts in the packages container

Once that is done, you should be able to copy the built libs in your application like in our examples

@Corallo
Copy link
Contributor

Corallo commented Mar 1, 2023

Also, not sure if it solves your use case, but you might consider to just enable gstream in opencv? that might be simpler

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants