Open
Description
the variable "baud", a uint16_t, is too small to hold values > 65535 preventing 115200 bps
because of that, a call to cam.begin(115200) will not correctly set the variable "baud".
The uint16_t variable "baud" will only hold values up to 65535 (2^16-1).
I recommend converting that variable to a uint32_t.
Now if only I could get the actual baud rate to change! The camera is slow at 38400.
Metadata
Metadata
Assignees
Labels
No labels