Browse Source

Update camera example description with HDMI in info

master
Krisjanis Rijnieks 9 years ago
parent
commit
0f9694cd25
  1. 8
      example-camera/src/ofApp.h

8
example-camera/src/ofApp.h

@ -1,10 +1,10 @@
/* /*
* CameraSource example * CameraSource example
* Based on the thought that ofxPiMapper should be as bare-bones as possible, thus all the source * Can be used with the Raspberry Pi camera module or the Auvidea HDMI bridge.
* type functionality should come from outside. * B101 HDMI to CSI-2 Bridge (15 pin FPC).
* Update: still thinking whether the bare-bones approach is such a good idea. The less dependencies * Available at http://www.auvidea.eu/index.php/theme-styles/2014-12-30-22-32-06/b101
* the better, of course.
* Created by Krisjanis Rijnieks on 25/01/2016 * Created by Krisjanis Rijnieks on 25/01/2016
* Last modified on 10/02/2016
*/ */
#pragma once #pragma once

Loading…
Cancel
Save