MMALSharp icon indicating copy to clipboard operation
MMALSharp copied to clipboard

Allow connection flag override

Open techyian opened this issue 6 years ago • 0 comments

A static method is currently being used internally to create connections, and the flags being used are the same as Raspistill/vid. A user should have the flexibility to override the connection flags being used.

I came across a new flag which was added in August 2018 called MMAL_CONNECTION_FLAG_KEEP_PORT_FORMATS. This flag is used to prevent port formats from being copied from an input to output port on creation of the connection.

https://github.com/raspberrypi/userland/commit/25155c00f80d81f7e742df95950eafca18ef8b02#diff-5e8ea8de7c653ef960b89cfe5ec2e373

techyian avatar Jan 03 '20 14:01 techyian