i’m trying to test out the arducam mega 3mp with this library
I tried running a project like the sample just to play with the functionality but it gets stuck inside
saveJPG() function.
it looks like the following code never changes the received length never gets updated from the read_byte function.
image_data_next = self._read_byte()
image_data_next_int = int.from_bytes(image_data_next, 1)
TODO: CHANGE TO READ n BYTES
anyone have these issues as well or some guidance?
Thanks for sending through that code! As Liam mentioned above, it would be super helpful if you could provide a photo of your physical wiring and connections! This can typically reveal various bits of info that are easy to miss.