Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request of multiple images taken at once #28

Closed
rrNuvoPoint opened this issue Mar 30, 2015 · 2 comments
Closed

feature request of multiple images taken at once #28

rrNuvoPoint opened this issue Mar 30, 2015 · 2 comments

Comments

@rrNuvoPoint
Copy link

I am working on a school project were we want to do a photosession of 20 images, analyse them, delete them and then take 20 more if the first ones are not bad. We want to create a 2D FFT on the images. would it be possible to capture 20 frames in a row (within 2 seconds)?

@rrNuvoPoint rrNuvoPoint changed the title feature request feature request of multiple images taken at once Mar 30, 2015
@mbppower
Copy link
Collaborator

Your project sounds interesting. For that to work you should capture a video, which almost all middle-end to high-end phones can capture at 24 frames per second. Some high-end phones can take several pictures very fast. I'd stick with the video approach as it is more easy and phone agnostic. After you manage to capture the video, you should split its frames, them you can get separate pictures.

Unfortunately, this plugin can't capture video out-of-the-box. But it's possible to change the code, and get separate images from the video output.

iOS - CameraRenderController.m : line 130
Android - CameraActivity.java : line 327

You have to do a foreach and save you images..

@rrNuvoPoint
Copy link
Author

I would tak a look. Thank you for you quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants