octavn

Results 3 issues of octavn

`navigator.getUserMedia()` is deprecated according to https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia We should use [`MediaDevices.getUserMedia()`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) instead

There's a strange bug I noticed on both **Firefox 49** and **50** where the Actual reported resolution differs between Quick Scan and FullScan. For example: - requesting the 640x360 (360p(nHD))...

There's a `gearadmin --priority-status` command which gives us the number of jobs per priority in each queue/function: ```bash [octavn@s4-dev ~]$ gearadmin --priority-status convert 0 0 0 35 ``` The output...