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 Proposal - Capability to accept Raspberry Pi images in alternative image formats #97

Open
cryptoclidus opened this issue Jun 23, 2019 · 1 comment

Comments

@cryptoclidus
Copy link

While trying to figure out the best way to get data from the raspberry pi, one concern is that the jpg format of images is negatively affecting the data. I'd like to explore this topic, but with feedback because if I go ahead with it, I want to make sure it integrates nicely with existing applications (e.g. infragram, spectral workbench capture utility)

Problem Description

The Pi Cam Web Interface (which currently comes with pi-builder) image format is limited to jpeg only (although picamera library can output many formats including png and rgb arrays). Since jpg is a lossy format, is it acceptable? Do we need to have a way to access non-lossy data?

If png or rgb array data is desired, what is the best solution? Will a new program be required for the raspberry pi and if so, how will it integrate smoothly with existing applications?

Possible Approach

[] Directly compare results from jpg and png to see if the difference makes it worth it
[] If lossless data is desired, consider rgb arrays for speed optimization, and brainstorm how that might integrate with other applications

Preliminary Notes

Current capability

Using the picamera library, I was able to capture images and send them over a socket connection to my pc (using python on both ends). This capability can be used for preliminary testing.

@jywarren @sidntrivedi012

@welcome
Copy link

welcome bot commented Jun 23, 2019

Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄
If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can make a gif too!

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