-
Get a live video feed from the camera in the Camera thread
-
Replace the 1-1 association with observer pattern. This will allow the logger to easily observe the ZCam and log what is happening. This will also avoid any dependencies between the controller and log…
-
Communication should be done through the observer pattern.
-
Refactor the software so that the z camera component is separate from the UI
-
-
We don't use vectors anymore, have to change the way the network handles the data.
The notifyNewLocalVideoData function in Controller is commented out and unused until the network can transmit char\…
-
Replace the 1-1 association with observer pattern. This will allow the logger to easily observe the UI and log what is happening. This will also avoid any dependencies between the controller and logge…
-
-
Communication should be done through the observer pattern.
-
These 2 components are unrelated and should not depend on each other.