This is a simple app to take a photo from your device's camera.
You can check the live demo here.
This project is built with:
- Frontend Framework: Vuejs
- Created with: Vue CLI
- Project Source: Taking still photos with WebRTC
- Deployment: Surge
Users should be able to:
- See the video stream from his/her camera when the app is opened
- See the list of media devices (cameras and microphones) connected to the computer
- Select desired media devices from the lists
- Take a photo by clicking the "Take Photo" button
- See the taken photo
- Solution URL: Github Link
- Live Demo URL: Vue WebRTC Photo App
- HTML5
- CSS Flexbox
- Vuejs
- Vue CLI
- WebRTC Official
- WebRTC MDN
- Surge
- Portfolio - Fatih Özoğlu
- Linkedin - Fatih Özoğlu
npm install
npm run serve
npm run build
npm run lint