Record video with GLView

Hi everyone, I’m new on this but I did some research and couldn’t find the answer for what I’m looking for.
I’ve successfully connected the camera to a GLView but now I want to save a video of what I’m capturing with the camera and processing with opengl.

On Camera docs you have the recordAsync method for recording videos and the takePictureAsync method for images;
but on GLView docs you only have the takeSnapshotAsync that for I understand only export images and the are not other similar method like recordAsync for saving videos.

Can anyone give me some hint for what I’m trying to do ?
Thanks in advance.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.