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

Take pictures with camera #502

Open
matdrapeau opened this issue Jan 31, 2023 · 2 comments
Open

Take pictures with camera #502

matdrapeau opened this issue Jan 31, 2023 · 2 comments

Comments

@matdrapeau
Copy link

Is there any plans to integrate the camera and being able to capture pictures?

Also, I noticed that there is not much activity going on with this project anymore...

@adamstep
Copy link
Contributor

adamstep commented Feb 1, 2023

@matdrapeau we don't plan to integrate capturing pictures from the camera directly into the core Hyperview library. Our philosophy is to keep the core library minimal, and support extensions through custom components and behavior actions.

At Instawork, we do have a custom input field that opens the camera/photo gallery, uploads the file to S3, and sends the URL as form data back to the server. I'm happy to share some of the details of our implementation if that is helpful to you.

The project is still actively maintained and being developed, we are using it extensively and have several major projects planned for this year. The most likely next project is support for client-side caching, to improve performance and support some limited offline-mode capabilities. A lot of other projects may be open-sourced as the extensions mentioned above (components and behaviors).

@matdrapeau
Copy link
Author

@adamstep again, picture and video handling is already basic feature of any mobile apps. I think it should be part of the core library but only the app-side form components, not the backend integration.

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