adafruit / adafruit/Adafruit-VC0706-Serial-Camera-Library

Change resolution

Open
#3 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
139
Forks
108
PR merge metrics
No merged PRs in 30d

Description

I send
cam.setImageSize(VC0706_320x240);

But the cam remain in the prior resolution 640x480 also if in

Serial.print("Image size: ");
if (imgsize == VC0706_640x480) Serial.println("640x480");
if (imgsize == VC0706_320x240) Serial.println("320x240");
if (imgsize == VC0706_160x120) Serial.println("160x120");

Return me 320x200 but the size remain 640x480.

N

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the cam.setImageSize(VC0706_320x240) call and the Serial.print output shown in the issue, then reproduce the camera's reported resolution. Trace why selecting 320x240 leaves the camera at 640x480; done means the selected setting is applied and the serial output reports the resulting resolution consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
arduino, cpp
Domain
embedded-iot
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.