Skip to content

Sending flags to MMAL / PiCapture SD1 #9

@gsautr

Description

@gsautr

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions