Todd
Todd
@RayBB it does not appear to resolve it for M2 mac maybe M1?
Trying the latest brew build and still getting errors via M2 mac: ``` 2023/03/01 10:13:13 [info] 8347#3353907: *3 kevent() reported that client 127.0.0.1 closed keepalive connection 2023/03/01 10:13:22 [error] 8346#3353906:...
As is - I’m hoping to get the new gem pushed to rubygems thanks
I have the same issue... I was able to get a bit more details about the issue as I'm trying to send the captured image via an HTTP POST request...
 Here is a picture of how I've wired the camera to the board. The yellow wire is my RX and the white wire is my TX and they are...
So one thing I've learned from reading through the code is the examples are perhaps wrong in assuming the requested bytesToRead variable would actually be the amount of bytes "available"....
Okay I modified ``` uint8_t Adafruit_VC0706::readResponse(uint8_t numbytes, uint8_t timeout) { ``` to log if it's breaking out of the while loop because of reading the requested bytes or not and...
Ah ha! I've adjusted the 32 in the readPicture to 16 and am definitely seeing better results! ``` while (jpglen > 0 && client.connected()) { // read 32 bytes at...
So it would seem the timeout for the read response as well as the buffer size to read might be nice things to be able to adjust... and definitely seems...
Okay I have finally come back to this and it does appear in my case at least with the feather esp32 I had to adjust the value of CAMERADELAY from...