Apparently the multi-plane format is not supported, is that correct? I can do, e.g.,
let mut stream = UserptrStream::new(&mut dev, Type::VideoCaptureMplane).unwrap();
But all Devices seem to use Type::VideoCapture implicitly and set_format etc. will fail?