Hello,

I'm still working on my camera application. I tried to set image encoder settings (codec, resolution) but it does not work. I set these settings to my QCameraImageCapture (setEncodingSettings), but when I request the settings afterwards, they have still the default values. I debugged into the qt code and found the problem:

Qt Code:
  1. // DSCameraService
  2. encoderControl*=*qobject_cast<QImageEncoderControl**>(service->requestControl(QImageEncoderControl_iid)); // returns null
To copy to clipboard, switch view to plain text mode 
Is it really not possible to change the encoder settings under windows with DirectShow?

thanks!
Felix