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:
@@ -1,5 +1,12 @@
|
||||
package io.swtc.proccessing;
|
||||
|
||||
/*
|
||||
*
|
||||
* Soon to be deprecated!
|
||||
*
|
||||
* */
|
||||
|
||||
@Deprecated
|
||||
public class AutoGainProcessor {
|
||||
|
||||
public float[] calculateAutoGains(int[] pixels) {
|
||||
|
||||
Reference in New Issue
Block a user