I'm building an app in which I need the frames from the camera to process them afterwards with openGL ES. I want to know if I can directly access to the frames with video4linux2 or I need to use gstreamer. In the second case, which is the fastest way to do it? I'm quite new to gstreamer, so I don't know exactly how it works.
I'm building an app in which I need the frames from the camera to process them afterwards with openGL ES. I want to know if I can directly access to the frames with video4linux2 or I need to use gstreamer. In the second case, which is the fastest way to do it? I'm quite new to gstreamer, so I don't know exactly how it works.
Thanks!