-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor Camera and Imageprocessing Package #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
The CameraHandler must be refactored, so that all different behavior concerning timed shots and multipe shots is handled in the imageprocessor instead of the camerahandler. The camerahandler should not communicate with the shotframecontroller directly |
wurmf
added a commit
that referenced
this issue
May 24, 2018
…ller have been refactored to using Spring Dependency Injection. Moreover the CameraHandler has been refactored to work on an abstract class instead on a concrete class, which is necessary for implementing a simulated camera.
wurmf
added a commit
that referenced
this issue
Jun 7, 2018
… RemoveService, unused classes RemoteServiceImpl and RemoteRunnable and unnecessary test RemoteServiceTestImpl
wurmf
added a commit
that referenced
this issue
Jun 7, 2018
…d non-implementation specific details to abstract class
wurmf
added a commit
that referenced
this issue
Jun 7, 2018
The imageprocessing package should be refactored so multiple imageprocessing tasks can be easily stacked together and reordered |
wurmf
added a commit
that referenced
this issue
Jul 3, 2018
…ce added, Moved Imageprocessing Package,
This was referenced Jul 4, 2018
Closed
5FFE
div>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The camera package needs to be refactored in order to be able to implement a simulated camera
The text was updated successfully, but these errors were encountered: