Hello everyone,
What i'm trying to do is simple. The user opens the app, click a button named 'Take a Picture'. A new activity is started, with the camera preview. What I want to do is when the user clicks on the screen, the camera would take several pictures or a video.
In the case of pictures, these several pictures would be put in an array, and then i would process them.
In the case of a video, i will have to extract the frames, put them in an array and then process the frames.
I've tried these two options but couldn't get them to work... In the first case, when i clicked the screen, the app crashes (only when I make it take more than one picture). In the second case, I cannot find a way to extract the frames of the video.
Could anyone help me with any of these two ways?
Thanks in advance