Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yureien/realtime-camera
This app lets you stream your phone's camera in HD, to any device on any platform having browser support, and that too in realtime!
https://github.com/yureien/realtime-camera
Last synced: 6 days ago
JSON representation
This app lets you stream your phone's camera in HD, to any device on any platform having browser support, and that too in realtime!
- Host: GitHub
- URL: https://github.com/yureien/realtime-camera
- Owner: Yureien
- Created: 2017-01-17T13:33:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T13:41:49.000Z (almost 8 years ago)
- Last Synced: 2024-12-18T19:48:50.253Z (10 days ago)
- Language: C++
- Size: 18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealTime camera
This app lets you stream your phone's camera in HD, to any device on any platform having browser support, and that too in realtime!## Aim
The aim of this application is to capture pictures remotely. In other words, be a full fledged remote camera. It can also be used as a surveillance camera if needed.## Progress
Currently, the project is at the base. I have moved from using libx264 to M-JPEG, and it has improved performance by a lot. Still, there is lot to be done and bugs to be fixed.## How to report an issue/make a change
Go to [Issues tab](https://github.com/InfernoCoder/realtime-camera/issues "Issues"), and create an Issue there. I will resolve it, _but I cannot give any fixed dates for resolving an issue. I got to school too, and there I have exams too, so I am kind of busy. **But I will try my best to resolve them**_.To make a change, fork this project, clone it, make changes, create a commit and push, and create a pull request. I will be happy if you make pull requests :).
## Base project and third-party libraries
- OpenCL sources and libraries from Khronos and my Qualcomm device.