Not able to read Video from Capture Card with GPU (Unsupported Format) while Reading with CPU works fine

As mentioned in

  1. You need to specify the device name given in device manager, i.e. “HD Webcam”, not the index as you would when using the Direct Show backend (CAP_DSHOW).
  1. You need to build against FFmpeg not use the pre-built binaries, these won’t include any changes you made to cap_ffmpeg_impl.hpp.
1 Like