Representation of data processing results as camera devices?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Representation of data processing results as camera devices?

Markus Elfring
Hello,

Are camera objects available which represent results from data processing pipelines
according to audio and video so that they are not limited to concrete picture
and sound sensor devices?
Can sensor devices be constructed on demand?

Regards,
Markus
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Representation of data processing results as camera devices?

Nicolas Dufresne-5
Le lundi 15 février 2021 à 09:48 +0100, Markus Elfring a écrit :
> Hello,
>
> Are camera objects available which represent results from data processing
> pipelines
> according to audio and video so that they are not limited to concrete picture
> and sound sensor devices?
> Can sensor devices be constructed on demand?

You question is a little too vague, perhaps due to the very specialized
background. GStreamer framework can be used for any type of stream, even though
some well known streams like video, audio and subtitles have a lot more helpers
and libraries around it.

Even when split, all streams are synchronized though a strict timstamp (and
segment) mechanism. To for metadata, all option are valid. You can model them as
streams, at in-band event (like tags), or attached to audio/video frames (with
GstMeta). It all depends on their nature and their mutability.

>
> Regards,
> Markus
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Representation of data processing results as camera devices?

Markus Elfring
>> Are camera objects available which represent results from data processing pipelines
>> according to audio and video so that they are not limited to concrete picture
>> and sound sensor devices?
>> Can sensor devices be constructed on demand?
>
> You question is a little too vague, perhaps due to the very specialized background.
> GStreamer framework can be used for any type of stream, even though
> some well known streams like video, audio and subtitles have a lot more helpers
> and libraries around it.

Can this software library help any more to implement camera proxies?

Example approach:
https://www.home-assistant.io/integrations/proxy/


* Would you like to point any related programming interfaces out?

* How do you think about to improve various transformations of input data accordingly?

Regards,
Markus
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel