Lucas Dupin

Results 3 comments of Lucas Dupin

Android takes too long the turn its camera **off** and **on** again. I implemented a third parameter to `switchOff(null, null, true)` to avoid turning the camera off completely and changing...

Right, only if you need to blink it repeatedly. You must turn it off with `switchOff();` to release the camera before quitting your app/activity. But either way, this is something...

Why not in security.yaml? We could set expiration by token type: - mobile - never - web - 2 weeks - etc And it wouldn't be exposed/exploitable from front-end!