Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 899 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 899 Bytes

Camera Application

Description

The project is about a web-based camera application. The features of this application are :-

Features

  1. The application can click pictures and record videos with the filters applied to it.

  2. One can zoom in, zoom out and add filters to the media.

  3. With the help of canvas it captures the image.

  4. The application also has the feature of screen recording.

  5. All the media will be saved in the gallery with the file name provided by you.

  6. The media can be downloaded and deleted from the gallery.

  7. The gallery data can be filtered according to Images, Videos, and Screen Recording.

  8. All the data is stored in the IndexDB storage system, therefore, no loss of data.

Technologies Used:

HTML, CSS, JavaScript, IndexDB, MediaSreams, Canvas APIs.