https://github.com/viveksb007/livefeed
Taking Live Camera Feed from Android to Python on Desktop Wirelessly
https://github.com/viveksb007/livefeed
android python socket tcp-socket
Last synced: about 9 hours ago
JSON representation
Taking Live Camera Feed from Android to Python on Desktop Wirelessly
- Host: GitHub
- URL: https://github.com/viveksb007/livefeed
- Owner: viveksb007
- Created: 2017-01-28T17:48:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T19:11:15.000Z (about 8 years ago)
- Last Synced: 2025-05-06T22:14:35.248Z (about 2 months ago)
- Topics: android, python, socket, tcp-socket
- Language: Java
- Homepage:
- Size: 1.54 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveFeed
Taking Live Camera Feed from Android to Python on Desktop WirelesslyThis Application transfers real-time camera feed from Android Device to Device which is running PythonClient Script ( can be Desktop or RasPI ).
### Demo :
## [**Click here for Video Demo**](https://www.youtube.com/watch?v=McZ313Tf_MM)
### Motivation :
Android Device is easily available to anyone, so for some project needing camera you can make use of this Application to get your work done.### TODO :
1. Create a Server/Client Option and enable feed on other Android Devices.
2. Create a GUI to display Feed. (Making it User Friendly)
3. Enable USB Support for Feed Transfer.
4. Enable Audio Feed too.# License
>MIT License>Copyright (c) 2017 Vivek Singh Bhadauria
>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:>The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.