Skip to content

Commit

Permalink
🎯 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunhThanhDe authored Oct 21, 2024
1 parent dcd8a5a commit 09810c9
Showing 1 changed file with 33 additions and 26 deletions.
59 changes: 33 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,52 @@
# Recording Webcam - 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.
This is a **Recording Webcam** app project developed during a technical internship at **VNPT Technology** by Nguyen Thanh Chung, a student of the School of Electrical and Electronic Engineering at **Hanoi University of Science and Technology**. The app is designed for Android TV and Android phones, allowing users to capture and record videos, and upload files to a server.

Show some ❤️ and star ⭐ the repo if you liked it.
Show some ❤️ and star ⭐ the repo if you like the project.

###### contact for work, mail: [email protected]
###### Contact for work, email: [[email protected]](mailto:[email protected])

<img src="media/logo/ic_launcher_main.jpg" height="100px" />
<img src="media/logo/ic_launcher_main.jpg" height="100px" alt="App Logo"/>

![GitHub stars](https://img.shields.io/github/stars/chunhthanhde/Recording-Webcam?style=social)
![GitHub forks](https://img.shields.io/github/forks/chunhthanhde/Recording-Webcam?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/chunhthanhde/Recording-Webcam?style=social)
![GitHub stars](https://img.shields.io/github/stars/TV-Box-Support/Recording-Webcam?style=social)
![GitHub forks](https://img.shields.io/github/forks/TV-Box-Support/Recording-Webcam?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/TV-Box-Support/Recording-Webcam?style=social)

<a href="https://www.linkedin.com/in/chunhthanhde/">
<img src="https://img.shields.io/badge/Support-Recommend%2FEndorse%20me%20on%20Linkedin-blue?style=for-the-badge&logo=linkedin" alt="Support me on LinkedIn" />
</a>

<a href="https://www.buymeacoffee.com/chunhthanhde" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

## About
## 📱 Features

Recording - Camera app for capturing or recording video and uploading files to the server.
The **Recording Webcam** app provides multiple functionalities to enhance the camera experience on Android devices.

__Available Function__
| Function | Description |
|-------------|---------------------------------------------------------------------------------------------------------------------------------------|
| `Capture` | Take photos with an available camera, switch between front and back cameras, control the flash, and adjust photo quality. |
| `Recording` | Record videos, switch cameras, control the flash, and adjust the video quality during recording. |
| `Upload` | Upload captured photos or recorded videos to a server via a configurable URL. |

| 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

## Screenshots
Explore different screens available in the app:

__Available Screen__
| Screen | Screenshot |
|-----------------------|-------------------------------------------------------------------------|
| `Capture Screen` | <img src="media/screenshots/image.png" alt="Capture Screen" style="max-height: 300px;"> |
| `View Image Screen` | <img src="media/screenshots/photo.png" alt="View Image Screen" style="max-height: 300px;"> |
| `Recording Screen` | <img src="media/screenshots/record.png" alt="Recording Screen" style="max-height: 300px;"> |
| `Change Resolution` | <img src="media/screenshots/resolution.png" alt="Change Resolution Screen" style="max-height: 300px;"> |
| `View Video Screen` | <img src="media/screenshots/video.png" alt="View Video Screen" style="max-height: 300px;"> |
| `Upload to Server` | <img src="media/screenshots/upload.png" alt="Upload to Server Screen" style="max-height: 300px;"> |

| Case | Screenshot |
|---------------------|-------------------------------------------------------------------------|
| `Capture Screen` | <img src="media/screenshots/image.png" style="max-height: 300px;"> |
| `View Image Screen` | <img src="media/screenshots/photo.png" style="max-height: 300px;"> |
| `Recording Screen` | <img src="media/screenshots/record.png" style="max-height: 300px;"> |
| `Change Resolution` | <img src="media/screenshots/resolution.png" style="max-height: 300px;"> |
| `View Video Screen` | <img src="media/screenshots/video.png" style="max-height: 300px;"> |
| `Upload to Server` | <img src="media/screenshots/upload.png" style="max-height: 300px;"> |
## 🌟 Star History

<a href="https://star-history.com/#TV-Box-Support/Recording-Webcam/&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=TV-Box-Support/Recording-Webcam/&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=TV-Box-Support/Recording-Webcam/&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=TV-Box-Support/Recording-Webcam/&type=Date" />
</picture>
</a>

0 comments on commit 09810c9

Please sign in to comment.