We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f675244 commit d9b5b07Copy full SHA for d9b5b07
examples/Capture/GettingStartedCapture/GettingStartedCapture.pde
@@ -10,6 +10,9 @@ Capture cap;
10
void setup() {
11
12
size(720, 1280, P2D);
13
+
14
+ //Use this to print list of resolutions supported by the camera
15
+ Capture.printCompatibleResolutionsList(cap);
16
17
String[] cameras = Capture.list();
18
cap = new Capture(this, cameras[0]);
0 commit comments