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

Faster recording of images by the Camera block #13

Closed
WeisLeDocto opened this issue May 30, 2022 · 1 comment
Closed

Faster recording of images by the Camera block #13

WeisLeDocto opened this issue May 30, 2022 · 1 comment
Assignees
Milestone

Comments

@WeisLeDocto
Copy link
Member

When the Camera block records images, it usually gets much slower compared to when it only acquires images without saving them. This can get as bad as dividing the FPS count by two.

This issue is caused by the recording not being parallelized with the acquisition and the processing.

I plan to address it soon, when I start improving the Camera related blocks.

Weis

@WeisLeDocto WeisLeDocto self-assigned this May 30, 2022
@WeisLeDocto WeisLeDocto added this to the v2.0.0 milestone Aug 13, 2022
@WeisLeDocto WeisLeDocto changed the title Slow recording of images by the Camera block and its children Faster recording of images by the Camera block Aug 13, 2022
@WeisLeDocto
Copy link
Member Author

Closed with aa7ec2b

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

No branches or pull requests

1 participant