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

[Gallery] Create a mechanism to save/load photos. #13

Open
riju opened this issue Jun 26, 2019 · 0 comments
Open

[Gallery] Create a mechanism to save/load photos. #13

riju opened this issue Jun 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@riju
Copy link
Owner

riju commented Jun 26, 2019

We are getting access to camera using getUserMedia() using different MediaTrack constraints and settings and then take a picture using takePhoto(). As of now, we are displaying the image on a canvas. It would be useful to save the image somewhere (maybe filesystem, like WICG's nativefilesystem) and then we can browse through the gallery. For filters/ we display using cv.imshow(), so we need to explore cv2.imwrite('result.png',img) on browsers.

Similarly for loading images from gallery to camera app, atleast on Android we can use the File/Photo Picker or the Photo/Video Picker which Kenneth reported.

@riju riju added the enhancement New feature or request label Jun 26, 2019
@riju riju changed the title [Save] Create a mechanism to save photo. [Gallery] Create a mechanism to save/load photos. Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant