# webcam
**Repository Path**: jebay/webcam
## Basic Information
- **Project Name**: webcam
- **Description**: git from https://github.com/gleb619/webcam.git
orgin:
https://github.com/sarxos/webcam-capture
https://gitee.com/panmingzhi/webcam-capture.git
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-29
- **Last Updated**: 2021-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# webcam
Spring 4 + Hibernate(Postgress) + JSP + REST + Angular

# Goal
Main goal of app is watch for your home or what ever your want. You download client, setting it(folder for save and etc), log in and it works. client makes photo every 5 seconds(optional, you set it up frequency) and if current photo different from the last, client send this photo to the server. After all you can look what happened in your home or work.
------------
I did not finish the project, now it may not work without me, sorry for that.
For start you must set up db for server(I use Postgres) and recompile client(for native url settings in debug mode).
I needed to write player for server(now it only photo gallery, which is not very convenient).
And a social network around it, not big deal, right)))
------------
For camera capture i use: https://github.com/sarxos/webcam-capture
Client project: https://github.com/gleb619/webcam_client