From: neamtu on
Michton,

have you find a way to change the resolution and rotation for you pda? I have an assus p526 and having the same problem.

I do something like this but doesn't work:

m_pVideoCaptureFilter->QueryInterface(IID_IAMCameraControl,(void**)&pCameraControl);
hr = pCameraControl->Get(CameraControl_Roll,&roll_value,&flags);
hr = pCameraControl->Set(CameraControl_Roll,90,CameraControl_Flags_Auto);

Any help would be apreciated.

Thanks,
Victor