-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasionally run into struct error because getting 40 bytes instead of 45 bytes #12
Comments
I have this issue too. I receive this issue each time I run the source...
I am actually using a 32-bit ARM beaglebone black wireless for this effort. Has anyone encountered this issue and even put in the catch of error parsing? Seth |
Sorry and Hello Again, The camera seems to be broken, mechanically. No issue now. It came broken from a group I found on Hackster.io and blah. Seth P.S. No issue now...as I cannot fix the mechanical w/out a reflow oven. Dang it! It works, though. I am sure of it. |
99% of the time this is working, but maybe once a day I see the following error. Simple workaround is to catch and handle the error but wanted to pass it on in case others have see this.
ERROR
struct.error: unpack_from requires a buffer of at least 45 bytes for unpacking 8 bytes at offset 37 (actual buffer size is 40)
SOURCE CODE
The text was updated successfully, but these errors were encountered: