-1

everyone. Recently, I was developing a method to access the camera extension unit through windows and send commands through the interface "ksproperty". There was a problem. Commands 0x01-0x19 can be sent normally, but commands 0x20 and above failed, and the error code 0x80070490 was returned. Is this a limitation of windows.

gavan
  • 1
  • 2

1 Answers1

0

Yes, it is a limitation of usbvideo.sys. https://learn.microsoft.com/en-us/windows-hardware/drivers/stream/device-requirements-for-usb-video-class-extension-units

Tim Roberts
  • 48,973
  • 4
  • 21
  • 30