Issue
I am using javascript from this site.
https://developers.google.com/web/fundamentals/media/capturing-images/#acquire_access_to_the_camera
There are information about canvas, that I can:
- Upload it straight to the server
- Store it locally
- Apply funky effects to the image
How can I for example store from canvas to local or server? And what about funky effects? :)
And is possible store input from camera to file without view camera video tag
window?
Thanks.
System
Linux local 5.0.0-29-lowlatency #31-Ubuntu SMP PREEMPT Thu Sep 12 14:13:01 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Update
- And what about saving to specific folder? For example same folder where javascript script is? Is it possible? Thanks.
- And question, if is possible evade camera access by user?
- And turn on camera without light indicator on notebook, some spy mode?
- And it is possible just make photo and save to disk on server when you visit the web page?