Closed DeimosHall closed 2 months ago
Hi @DeimosHall, due to device SRAM limitations and transmission bottlenecks we don't support resolutions above 640x480 at this moment, as you can see we've added some redundancy options which may have a chance to be turned on in the future.
Thanks for your response!
To be honest, I'm not sure if I should post this as a bug or a feature request, my apologies for that.
I'm trying to set resolutions higher than 640x480 in the Grove Vision AI V2. I checked the AT Protocol Specification and used the command
AT+SENSORS?
, I got this response:Unfortunately the higher resolution available is 640x480. I also checked the code in this repo and I found the constructor has more resolutions in file
el_camera.h
:I tried to set
opt_id 3
with no success, I really would like to use resolutions higher than 640x480. If there is something I'm missing I would appreciate any help :)