Arduino camera example bug? Resolution above HD not working
-
Has anyone got any of these resolution working from the Camera Sample code in the Arduino Example?
-- Camera.h ---
CAM_IMGSIZE_FULLHD_H
CAM_IMGSIZE_FULLHD_V
CAM_IMGSIZE_5M_H
CAM_IMGSIZE_5M_V
CAM_IMGSIZE_3M_H
CAM_IMGSIZE_3M_VAnything below FULLHD(VGA, QVGA, QUADVGA, HD) works well for me, but anything above HD resolution results in the code not working. Is this a BUG in the example?
Anyone have code example to take a picture at the highest camera resolution?
Thanks
Thanks
-
-
Thanks Karl.. looks like i missed that issue in the forum. It works now. thanks.
Maybe a good idea to highlight as a comment in the example code.
SS
-
This post is deleted! -
Wanting to identify beans vs pellets and count. Hope that is possible with spresense neuralnetworks. @TE-KarlKomierowski @Armaghan -
@ss are the colors always like this? If yes, then it could be much more efficient to write your own routines to parse the image to count the beans. Distinguishing them by the color.
But using a neural network could of course also do the job for you but you might need to spend some time on it.
BR
Karl -
@TE-KarlKomierowski Thanks for the advice Karl. It will likely not be with color.. I just used these beads as examples .. to see if it can be done easily. thought that if the pellets are changed to other items, neural networks can be used to train new objects and models can be replaced to identify new items. .