You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?
The text was updated successfully, but these errors were encountered: