Encapsulate picamera exceptions into recorder_picamera.PicameraRecorder
#102
Labels
Milestone
recorder_picamera.PicameraRecorder
#102
Assuming we merge #101, it might make sense to move the dependency on
picamera.exc
out ofdencam.py
intorecorder_picamera.PicameraRecorder
and create mechanics that still share the exception in a way thatdencam.py
can still see and respond to but that is intended to be agnostic to camera type (in case we ultimately makedencam.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.The text was updated successfully, but these errors were encountered: