You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I recently got a very cool board for my Pi called PiCapture SD1 (by Lintest) which takes analogue composite video, s-video or RGB video inputs via the CSI port.
Happy to find that it works out the box as a Pi camera through ofxCvPiCam, though by default it launches in "mode 1" which isn't suitable for my needs. Via the CLI I can launch it in "mode 6" (the mode that I need it to launch in) with;
raspivid -md 6
So my question is how could I go about sending these same flags through the addon / OpenFrameworks? ie. something like
void ofxCvPiCam::setMode(int i) {
// ???
}
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi there, I recently got a very cool board for my Pi called PiCapture SD1 (by Lintest) which takes analogue composite video, s-video or RGB video inputs via the CSI port.
Happy to find that it works out the box as a Pi camera through ofxCvPiCam, though by default it launches in "mode 1" which isn't suitable for my needs. Via the CLI I can launch it in "mode 6" (the mode that I need it to launch in) with;
raspivid -md 6
So my question is how could I go about sending these same flags through the addon / OpenFrameworks? ie. something like
Many thanks!
The text was updated successfully, but these errors were encountered: