About the Project
"Webcam I.O is a project made to provide the ability to capture audio video and photo of device through built-in system camera and microphone , this project is equally be able to capture screen in both audio and video format .
We could also draw the image to the canvas and download it locally, each feature comes with a support of downloading the files locally in respective format, which is also hosted to the leading hosting provider named as heroku, It is also indexed in google search console and hence it can be found by just searching in google!!, this is an opensource project so it is growing day by day.
Working & Functionality
This Project includes the tech stack of HTML,CSS and Javascript and is centered around the built in file API and WEBRTC technology, we are capturing the media and diplaying it through the respective screen asynchronously, to the storing part we are creating the blob and storing the media into it.
And finally coming to the screen recording we are using the corresponding webrtc getdisplayMedia() to record the screen, in the picture part we are using the canvas element and 2d context to draw the streaming image into it.
Applications
There are quite obvious applications of the project in real life scenario, we know by our camera we are able to capture the image/video in the default file format only but this project solves this problem and allows the user to choose their preferred format to be able to use in their corresponding usecases. Also In modern days the techonology is growing exponentially but we tend to feel difficulty in recording the audio and screen recording in the internet in low-end devices, we figured out this problem and to solve it we had used the built in specified functions and minimal load to the web.
Contributing Members