The project is about a web-based camera application. The features of this application are :-
-
The application can click pictures and record videos with the filters applied to it.
-
One can zoom in, zoom out and add filters to the media.
-
With the help of canvas it captures the image.
-
The application also has the feature of screen recording.
-
All the media will be saved in the gallery with the file name provided by you.
-
The media can be downloaded and deleted from the gallery.
-
The gallery data can be filtered according to Images, Videos, and Screen Recording.
-
All the data is stored in the IndexDB storage system, therefore, no loss of data.
HTML, CSS, JavaScript, IndexDB, MediaSreams, Canvas APIs.