Android Port: How to access camera using Gstreamer

Nicolas Dufresne nicolas.dufresne at collabora.com
Wed Sep 11 08:00:54 PDT 2013


Le mercredi 11 septembre 2013 à 06:46 -0700, yoyosuper8 a écrit :
> Hi all, so I read your post Nicolas and I've been trying to figure out what
> you said. I'm new to JNI, so I'm not sure exactly how I can achieve this.
> I've been working on the gstreamer android tutorials and I've been getting
> the tutorial code working and running on my phone. In tutorial 3, my thought
> was to somehow use the android camera api and transfer the video buffer to
> jni, so that I can provide that as my input source for gst_parse_launch()
> method. But I'm still not sure how I can achieve this. I'm relatively new to
> this and I'm pretty confused as to how I can move forward.
> I could really use some help here, please. I want to learn how to do this,
> but I'm running out of time.
> Hey Sandip, if you were able to get something going, please let me know, I'd
> like to get your help is possible.

If you want to go this way, instead of implementing a plugin, you can
use an appsrc to push you data to gstreamer.

Nicolas




More information about the gstreamer-devel mailing list