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

Speed up taking pictures #16

Open
thijsruiter opened this issue Oct 31, 2018 · 0 comments
Open

Speed up taking pictures #16

thijsruiter opened this issue Oct 31, 2018 · 0 comments

Comments

@thijsruiter
Copy link

thijsruiter commented Oct 31, 2018

Hi,

I need to speed up the process to take pictures. I want a live QR code scanner. It works but the following:
for(int i = 0; i<numberofpictures; i++) { piCamera.takeStill("afaf.jpg",640,640,); }

Can only take pictures at 1.38 frames per second, which is really slow to me.
When I use the following in python:
camera.capture('/home/pi/Desktop/python.jpg',use_video_port=True)

it is around 6 frames per second. Still slow but acceptable.

Can anyone tell me how to speed it up, or how to use use_video_port=True in the java library?

Thanks

Kind regards

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

1 participant