Question / Help Webcam Issue

Daniel Miller

New Member
I am trying to setup my stream for Twitch on my brand new Lenovo ideapad Y700. It picks up all windows just fine but when I add my webcam as a source it only displays a black image.

It is detecting the camera and turning it on but I am getting no video.

Here is my log:
Code:
21:09:45.912: CPU Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
21:09:45.912: CPU Speed: 2592MHz
21:09:45.912: Physical Cores: 4, Logical Cores: 8
21:09:45.912: Physical Memory: 16211MB Total, 9963MB Free
21:09:45.912: Windows Version: 10.0 Build 10586 (revision: 0)
21:09:45.912: Running as administrator: true
21:09:45.912: Aero is Enabled (Aero is always on for windows 8 and above)
21:09:45.923: OBS 0.15.4 (64bit, windows)
21:09:45.923: ---------------------------------
21:09:45.924: ---------------------------------
21:09:45.924: audio settings reset:
21:09:45.924:     samples per sec: 44100
21:09:45.924:     speakers:        2
21:09:45.928: ---------------------------------
21:09:45.928: Initializing D3D11..
21:09:45.928: Available Video Adapters:
21:09:45.932:     Adapter 1: Intel(R) HD Graphics 530
21:09:45.932:       Dedicated VRAM: 134217728
21:09:45.932:       Shared VRAM:    4204675072
21:09:45.932:       output 1: pos={0, 0}, size={1920, 1080}, attached=true
21:09:45.932:     Adapter 2: NVIDIA GeForce GTX 960M
21:09:45.932:       Dedicated VRAM: 4262330368
21:09:45.932:       Shared VRAM:    4204675072
21:09:45.937: Loading up D3D11 on adapter Intel(R) HD Graphics 530 (0)
21:09:45.947: D3D11 loaded sucessfully, feature level used: 45056
21:09:46.575: ---------------------------------
21:09:46.575: video settings reset:
21:09:46.575:     base resolution:   1920x1080
21:09:46.575:     output resolution: 1280x720
21:09:46.575:     fps:               30/1
21:09:46.575:     format:            NV12
21:09:46.576: ---------------------------------
21:09:46.580: [CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
21:09:46.588: NVENC supported
21:09:46.623: Couldn't find VLC installation, VLC video source disabled
21:09:46.895: No blackmagic support
21:09:47.107: ---------------------------------
21:09:47.107:   Loaded Modules:
21:09:47.107:     win-wasapi.dll
21:09:47.107:     win-mf.dll
21:09:47.107:     win-dshow.dll
21:09:47.107:     win-decklink.dll
21:09:47.107:     win-capture.dll
21:09:47.107:     vlc-video.dll
21:09:47.107:     text-freetype2.dll
21:09:47.107:     rtmp-services.dll
21:09:47.107:     obs-x264.dll
21:09:47.107:     obs-transitions.dll
21:09:47.107:     obs-qsv11.dll
21:09:47.107:     obs-outputs.dll
21:09:47.107:     obs-filters.dll
21:09:47.107:     obs-ffmpeg.dll
21:09:47.107:     image-source.dll
21:09:47.107:     coreaudio-encoder.dll
21:09:47.107: ==== Startup complete ===============================================
21:09:47.109: All scene data cleared
21:09:47.109: ------------------------------------------------
21:09:47.136: WASAPI: Device 'Speakers (Realtek High Definition Audio)' initialized
21:09:47.203: WASAPI: Device 'Microphone Array (Realtek High Definition Audio)' initialized
21:09:47.207: Switched to scene 'Webcam'
21:09:47.208: ------------------------------------------------
21:09:47.208: Loaded scenes:
21:09:47.208: - scene 'Webcam':
21:09:47.208: - scene 'Scene':
21:09:47.208:     - source: 'Display Capture' (monitor_capture)
21:09:47.208: ------------------------------------------------
21:09:47.243: adding 23 milliseconds of audio buffering, total audio buffering is now 23 milliseconds
21:09:47.813: Update check: last known remote version is 0.15.4
21:09:54.049: User added source 'Video Capture Device' (dshow_input) to scene 'Webcam'
21:09:54.055: Video Capture Device: DecodeDeviceId failed
21:09:54.055: Video Capture Device: Video configuration failed
21:09:54.130: ---------------------------------
21:09:54.130: [DShow Device: 'Video Capture Device'] settings updated:
21:09:54.130:     video device: Lenovo EasyCamera
21:09:54.130:     video path: \\?\usb#vid_174f&pid_14e8&mi_00#6&1ab44360&1&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global
21:09:54.130:     resolution: 1280x720
21:09:54.130:     fps: 30.00 (interval: 333333)
21:09:54.130:     format: MJPEG
21:10:01.309: DShow: Failed to find crossbar (0x80004005): Unspecified error
21:10:01.309:
21:10:05.757: adding 23 milliseconds of audio buffering, total audio buffering is now 46 milliseconds
 
Top