https://github.com/maraf/webcamimagecollector
Simple periodic webcam image collector for IoT
https://github.com/maraf/webcamimagecollector
uwp uwp-apps
Last synced: 2 months ago
JSON representation
Simple periodic webcam image collector for IoT
- Host: GitHub
- URL: https://github.com/maraf/webcamimagecollector
- Owner: maraf
- License: apache-2.0
- Created: 2016-06-10T19:09:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T22:29:59.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T15:51:51.522Z (over 1 year ago)
- Topics: uwp, uwp-apps
- Language: C#
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebCamImageCollector

Simple periodic webcam image collector for IoT and UWP. It consists of two projects:
**Background** is a IoT headless application with background task. It implements simple web server throught wich capturing images in defined interval can be started or stopped. This web server is secured using authentication token. This project is also included in the RemoteControl.
**RemoteControl** is a UWP application that can run both on dekstop and mobile Windows 10. You can define list of servers and control them over HTTP. Each server you start, stop and download latest image from it. Beside controlling remote server, you can configure a local instance of Background project.
## Licence
[Apache 2.0](LICENSE)