hi
can you tell me how to alter the code to change the frame size from VGA to QVGA in the esp32-cam pan and tilt tutorial
thanks
Hi.
Find this line:
config.frame_size = FRAMESIZE_VGA;
And replace with the following:
config.frame_size = FRAMESIZE_QVGA;
Regards
Sara
hi sara
when I change to config.frame_size = FRAMESIZE_QVGA; the frame size is tiny about 5mm square
On window 11 with google chrome Any ideas?
regards david
Hi.
Did you change anything on the code?
The CSS is set so that the image width occupies 100% of the screen.
img { width: auto ;
max-width: 100% ;
height: auto ;
}
Regards,
Sara
hi Sara
no i have not changed any of the code Do I need to change it and if so to what?
regards david
Hi.
I’m sorry for taking so long to get back to you.
I tested with QVGA and I also couldn’t make it work.
I’m not sure how to solve that issue.
I’m sorry that I can’t help much.
Meanwhile, if you find out something, let us know.
Regards,
Sara