Hang when invalid file format is specified #236
Closed
Comments
This occurs because the encoder lock in the camera class is non-re-entrant; the camera class acquires this lock when starting a capture / recording but once the encoder class encounters the unsupported encoding it raises an exception. In doing so, it calls the This could be fixed by moved the lock acquisition down a line in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a format which has a valid MIME type but no associated encoder is specified, picamera hangs.
The text was updated successfully, but these errors were encountered: