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] Store Greyscale or Color images #24

Open
leedave opened this issue Aug 27, 2023 · 3 comments
Open

[Feature] Store Greyscale or Color images #24

leedave opened this issue Aug 27, 2023 · 3 comments
Labels
help wanted Extra attention is needed new feature

Comments

@leedave
Copy link

leedave commented Aug 27, 2023

Not sure how well this is possible, from my knowledge the ESP32 Cam should not only support GRAYSCALE , but also RGB888 (images with 3 color channels of 0 - 255) or even direct a stream as JPEG.

Would be cool to be able select if the image stored by the app is in color or maybe even a color JPEG

@CodyTolene
Copy link
Owner

This would be a nice feature! Could add a selectable save type option for it (save as displayed on Flipper, or an image as best possible by the esp32 cam -> jpeg?)

I wonder if it would also be possible to not only stream the image, but broadcast it on a certain frequency. Flipper Zoom?

@CodyTolene CodyTolene added the update-fap New feature or request label Sep 27, 2023
@CodyTolene CodyTolene changed the title Store Greyscale or Color images [Enhancement] Store Greyscale or Color images Sep 27, 2023
@CodyTolene
Copy link
Owner

I'm not sure if it's possible to save the JPEG on the Flipper via the I/O as it might be impactful on the performance to stream the full channel data. However it should be less impactful and a better approach if the camera has a memory card to save jpeg directly from the esp32 to it. I will look into this as soon as I can.

@CodyTolene
Copy link
Owner

CodyTolene commented Oct 3, 2023

Staged new functionality for this here:
https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/blob/main/firmware/save_picture_to_sd_card.ino

It's not implemented yet, but most of the functionality is there it just needs to be tested. Will be able to look into this more as time permits. Thanks for the good suggestion.

@CodyTolene CodyTolene added todo help wanted Extra attention is needed new feature and removed update-fap New feature or request todo labels Jan 12, 2024
@CodyTolene CodyTolene changed the title [Enhancement] Store Greyscale or Color images [Feature] Store Greyscale or Color images Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature
Projects
None yet
Development

No branches or pull requests

2 participants