Can someone recommend how to access the android camera from gstreamer.
Ideally im seeking an example to work from.
kind regards
Jesper
Can someone recommend how to access the android camera from gstreamer.
Ideally im seeking an example to work from.
kind regards
Jesper
Hi there, Justin have made an example app that you can find on his GitHub:
Feel free to file an issue to remind us to upstream it into gst-examples, it seems like we completely forgot about that.
I tried checking out the project, but I am unable to run it as it is outdated.
I found this repo instead, where I can start a pipeline and display the testsrc (GitHub - anhhn2312/gstreamer-android-samples: This project collects all Gstreamer android tutorials from Gstreamer official site and add support for newer SDK version and fully translate into Kotlin.)
I guess it is a start.