It is a web application created with HTML
, CSS
, and Javascript
that enables users to capture images and record videos.
The application uses the navigator interface
to access the user's web camera, IndexedDB
database of the user's browser to store Media and Canvas API
to implement zoom feature.
For Better 👆 Quality Watch it on Youtube
- The application uses the
navigator interface
to access the user's web camera to capture images or record videos. - Users can capture images with different filters.
- The
Canvas API
is used to implement the zoom feature for images, so that users can zoom in upto 3X or zoom out. - Application use
IndexedDB
database of the user's browser to store Media. Until user didn't clean cache of the browser media will hang there and user can visit media using gallery page. - Users can delete unwanted media and download wanted ones from gallery page into their local system.
HTML, CSS, JavaScript, Navigator Interface, IndexedDB Database & Canvas API