a new windowing system!

add:
+ CameraPanel ; To make life easier for coders
+ SwingIFrame ; Which is now our main UI component
+ VideoRecorder ; A helper Class for SwingIFrame to record cameras!

changed:
/ SwingCCTVManager ; changes for the new UI Component

deprecation:
/-/ AutoGainProcessor ; cause it isnt needed anymore, back then this was needed cause we opened the webcams manually (color wise)

---
rattatwinko
This commit is contained in:
2026-01-13 20:52:32 +01:00
parent b767ba27b3
commit ccc3d264f7
5 changed files with 698 additions and 27 deletions

View File

@@ -1,5 +1,12 @@
package io.swtc.proccessing;
/*
*
* Soon to be deprecated!
*
* */
@Deprecated
public class AutoGainProcessor {
public float[] calculateAutoGains(int[] pixels) {