Question / Help Video Capture Device: directdraw devices not showing

MobCam

New Member
Hi,

I am trying to view the video from a DirectDraw capturing device on my Windows 10 machine. The problem is that the capturing device does not show up in the list of capturing devices. Only my notebook's webcam is in the list. I tried this with the 32 and 64 bit version of OBS Studio and also on another machine.

I can see the DirectShow device in other applications (for instance in VLC). I already checked the logs but they containing nothing about "DirectDraw". Do DirectDraw devices have to offer specific functionality to be shown in OBS Studio?

Regards,
 
Last edited:

MobCam

New Member
Code:
15:46:51.123: ------------------------------------------------
15:46:51.123: Loaded scenes:
15:46:51.123: - scene 'Scene':
15:46:51.123: ------------------------------------------------
15:46:51.170: adding 69 milliseconds of audio buffering, total audio buffering is now 69 milliseconds (source: Mic/Aux)
15:46:51.170:
15:46:55.579: User added source 'Video Capture Device' (dshow_input) to scene 'Scene'
15:46:55.590: Video Capture Device: DecodeDeviceId failed
15:46:55.590: Video Capture Device: Video configuration failed
15:46:55.773: ---------------------------------
15:46:55.773: [DShow Device: 'Video Capture Device'] settings updated:
15:46:55.773:     video device: Integrated Webcam
15:46:55.773:     video path: \\?\usb#vid_1bcf&pid_2b95&mi_00#6&1587f938&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global
15:46:55.773:     resolution: 1280x720
15:46:55.773:     flip: 0
15:46:55.773:     fps: 30.00 (interval: 333333)
15:46:55.773:     format: MJPEG
15:46:56.081: error:   unable to decode APP fields: Invalid data found when processing input
15:46:58.705: Video Capture Device: DecodeDeviceId failed
15:46:58.705: Video Capture Device: Video configuration failed
15:47:00.876: ==== Shutting down ==================================================

I think that the two "DecodeDeviceId failed" messages come from the two direct show inputs which do not show up.
 
Top