Webcam parts:
- Raspberry Pi Zero W Rev 1.1
- Raspberry Pi Camera v2 (8-megapixel)
- Raspberry Pi High Quality Camera (12.3-megapixel)
- Raspbian Buster Lite 2020-02-13
Webcam works with:
- Windows 10
- Windows 10 "Camera" app
| #include "testApp.h" | |
| testApp::testApp() { | |
| } | |
| void testApp::setup(){ | |
| ofBackground(22,33,44); | |
| ofSetFrameRate(60); | |
| grad_w = 50; |
| // | |
| // SysCommand.h | |
| // | |
| // Created by Brett Renfer on 2/22/12. | |
| // | |
| #pragma once | |
| #include "ofThread.h" | |
| class SysCommand : private ofThread |