Dan S.
Dan S.
I'd add the changes to support the HQ camera should probably be finished. https://github.com/waveform80/picamera/commit/258120a0e917c9d4faead4707e69ebc72f859e5e Could this perhaps be release 1.14?
If memory serves to lock everything down you need to set the following. camera.exposure_mode camera.shutter_speed camera.iso camera.exposure_compensation
@Esser420 I haven't been able to dig into this to much because life has been a little crazy with what is going on in the world right now. For my...
No luck so far, I tried increasing the output buffer size, and that didn't help at all. I also tried using the isp resizer instead of the vpu resizer but...
This [comment](https://github.com/waveform80/picamera/issues/582#issuecomment-526069428) by @6by9 seems to explain why I can't get MMALISPResizer to work no matter what I try.
Pinging the issue, to let the rpi developers know this is still an issue that needs fixed.
hoditohod, do you have the wait for network at boot option enabled? raspi-config > System Options > Network at Boot if it's enabled and you start server.py right before the...
> You can query the host on js side too. `var ws = new WebSocket('ws://' + window.location.host + '/ws/');` That's a very good point, I'll try that out in a...
@celtare21 I see it, and i will fix that tonight. it looks like you are the first person to test this that uses m109/m104, as that looks to be what...
@celtare21 you should be able to test it now!