Commits
cristianoccazinsp authored and Sibelius Seraphini committed a20eb061397
feat(android): Improve Android Camera1 error and concurrency handling. (#2471) These changes include the following: - use atomic boolean for capturing photo flag just like video - add more exception catching and checks - raise error instead of failing silently if can't capture photo - improve error handling here - synchronize stop to avoid race conditions and crashes - delay params updates (surface) if capturing or recording to avoid bugs - do not allow video or photo capture if already doing video or photo