now runs much better with lower power systems as we refactored code to firstly rule out double invokelaters, and we optimized the capture loop iteslf!
and we introduced a ShowError class which will be refactored and used quite thoroughly!
Signed-off-by: rattatwinko <seppmutterman@gmail.com>
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