23 lines
714 B
Markdown
23 lines
714 B
Markdown
# SWT-CCTV
|
|
|
|
A rather simple CCTV software which operates with Java.
|
|
If you want to build this project on yourself, you will need IntelliJ (or any other IDE) and Maven!
|
|
|
|
## Dependencies:
|
|
- Webcam by Sarxos
|
|
- SWT
|
|
- _lwjgl (with opengl)_ → This is important for our goals of rendering on the GPU.
|
|
- junit for testing stuff
|
|
- jcodec, in the future we will be recording using this
|
|
- Jackson (fasterxml) → serializing the config for network cams
|
|
|
|
### Future Plans:
|
|
They arent too big, i want one thing more and that is some more utilities in the camera window.
|
|
|
|
### Future Plans:
|
|
|
|
- [x] basic network cam interfacing
|
|
- [ ] better multiplexer (or whatever the viewport is called in cctv)
|
|
|
|
### Author(s):
|
|
- rattatwinko |