Skip to content
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

Encapsulate picamera exceptions into recorder_picamera.PicameraRecorder #102

Open
iingram opened this issue Oct 24, 2024 · 0 comments
Open
Labels
enhancement New feature or request geeksquad
Milestone

Comments

@iingram
Copy link
Member

iingram commented Oct 24, 2024

Assuming we merge #101, it might make sense to move the dependency on picamera.exc out of dencam.py into recorder_picamera.PicameraRecorder and create mechanics that still share the exception in a way that dencam.py can still see and respond to but that is intended to be agnostic to camera type (in case we ultimately make dencam.py able to handle all hardware configuration and obviate the need for different top-level application modules for different hardware) and also just adhere to the principle of having dependencies encapsulated down away from the high-level code as far as reasonable/possible.

@iingram iingram added enhancement New feature or request geeksquad labels Oct 24, 2024
@iingram iingram added this to the 2025 Season milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request geeksquad
Projects
None yet
Development

No branches or pull requests

1 participant