diff --git a/README.md b/README.md index a788b14..2e4a7ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,33 @@ -# Recording App - Camera App for android TV, Android Phone +# Recording Webcam - Camera App for android TV, Android Phone + ##### Technical internship project at VNPT Technology company by student Nguyen Thanh Chung - School of Electrical and Electronic Engineering of Hanoi University of Science and Technology. -contact for work, mail: chunhthanhde.dev@gmail.com +###### contact for work, mail: chunhthanhde.dev@gmail.com + + + +## About + +Recording - Camera app for capture or record video and upload file to server. + +__Available Function__ + +| Function | Description | +|------------|---------------------------------------------------------------------------------------------------------------------------------------| +| `Capture` | Take photos with an existing camera, change the camera used, turn the flash on and off, and change photo quality | +| `Recoring` | Record video with an existing camera, change the camera used, turn the flash on and off, and change the quality of the recorded video | +| `Upload` | Send photos or videos to the server via url | + +## Screenshots + +__Available Screen__ +| Case | Screenshot | +|---------------------|-------------------------------------------------------------------------| +| `Capture Screen` | | +| `View Image Screen` | | +| `Recording Screen` | | +| `Change Resolution` | | +| `View Video Screen` | | +| `Upload to Server` | | diff --git a/media/logo/ic_launcher_main.jpg b/media/logo/ic_launcher_main.jpg new file mode 100644 index 0000000..0fa5908 Binary files /dev/null and b/media/logo/ic_launcher_main.jpg differ diff --git a/media/screenshots/image.png b/media/screenshots/image.png new file mode 100644 index 0000000..6280ed2 Binary files /dev/null and b/media/screenshots/image.png differ diff --git a/media/screenshots/photo.png b/media/screenshots/photo.png new file mode 100644 index 0000000..ef72ee5 Binary files /dev/null and b/media/screenshots/photo.png differ diff --git a/media/screenshots/record.png b/media/screenshots/record.png new file mode 100644 index 0000000..d68c18a Binary files /dev/null and b/media/screenshots/record.png differ diff --git a/media/screenshots/resolution.png b/media/screenshots/resolution.png new file mode 100644 index 0000000..9c9b2ab Binary files /dev/null and b/media/screenshots/resolution.png differ diff --git a/media/screenshots/upload.png b/media/screenshots/upload.png new file mode 100644 index 0000000..5c5963b Binary files /dev/null and b/media/screenshots/upload.png differ diff --git a/media/screenshots/video.png b/media/screenshots/video.png new file mode 100644 index 0000000..26f111a Binary files /dev/null and b/media/screenshots/video.png differ diff --git a/media/video/video.mp4 b/media/video/video.mp4 new file mode 100644 index 0000000..4df0708 Binary files /dev/null and b/media/video/video.mp4 differ