Skip to content

No (built-in) way to resume the frame buffer #16

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

Closed
Andon-A opened this issue Sep 13, 2020 · 3 comments
Closed

No (built-in) way to resume the frame buffer #16

Andon-A opened this issue Sep 13, 2020 · 3 comments

Comments

@Andon-A
Copy link
Contributor

Andon-A commented Sep 13, 2020

Picked up one of these wonderful little cameras, loaded up the example. Easy to modify to save directly to the M4's built-in memory. And hey, it works!

Except. You get precisely one image. The program sends the commands to stop the frame buffer, and then take the picture, but there's no command to tell it to resume the frame buffer. Similarly, there's no command to manually do so either.

I poked at the file and while there's a definition for _RESUMEFRAME, it's not used anywhere. I've tried sending it manually via _send_command but have had no luck so far. I'm going to take a look at the Arduino library and see if I can glean things from that.

@ladyada
Copy link
Member

ladyada commented Sep 13, 2020

good luck!

@Andon-A
Copy link
Contributor Author

Andon-A commented Sep 13, 2020

That was... a lot easier than I expected, honestly. Took a look at the Arduino library, poked a few times at things in CP, and had it working. Pull request should be incoming.... provided I've done GitHub stuff correctly.

@Andon-A
Copy link
Contributor Author

Andon-A commented Sep 13, 2020

Resolved with PR #17

@Andon-A Andon-A closed this as completed Sep 13, 2020
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