public static bool GetRawCapture(this MMALPortImpl port)
 {
     return(port.GetParameter(MMAL_PARAMETER_ENABLE_RAW_CAPTURE));
 }