Cannot get anything to work.

Mark5122

New Member
Help, please. I'm apparently doing something stupid.
OBS Studio 31.0.4 (64 bit) on an HP All-In-One 24-10017c, Windows 10 Home.
I've been thru the Quick Start Guide several times, cannot get the built-in camera to show anything.
Does this Log tell you what I'm doing wrong?
Thanks very much, people.
Mark5122
 

Suslik V

Active Member
Code:
13:32:21.055: Loaded scenes:
13:32:21.055: - scene 'Scene':
13:32:21.055:     - source: 'Video Capture Device' (dshow_input)
13:32:21.055:     - source: 'Media Source' (ffmpeg_source)
13:32:21.055: ------------------------------------------------
13:32:21.283: ---------------------------------
13:32:21.283: [DShow Device: 'Video Capture Device'] settings updated: 
13:32:21.283:     video device: HP TrueVision HD Camera
13:32:21.283:     video path: \\?\usb#vid_04f2&pid_b65d&mi_00#7&782c19a&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global
13:32:21.283:     resolution: 640x360
13:32:21.283:     flip: 0
13:32:21.283:     fps: 30.00 (interval: 333333)
13:32:21.283:     format: YUY2
13:32:21.283:     buffering: disabled
13:32:21.283:     hardware decode: enabled
...
Video device initialized normally with resolution 640x360. You have placed above it another empty source that is named "Media Source" - do you need it at all? If the Video Capture Device source is visible in the preview of OBS then it will be saved to the file exactly as you see it. To reset position (Transform) of the source select it and press Ctrl + R or use right-click menu Transform > Reset Transform over the source.

Code:
13:32:47.581: [texture-amf-h264: 'simple_video_recording'] Failed to set property 'OutColorProfile': AMF_INVALID_ARG
13:32:47.581: [texture-amf-h264: 'simple_video_recording'] Failed to set property 'OutColorTransferChar': AMF_INVALID_ARG
13:32:47.581: [texture-amf-h264: 'simple_video_recording'] Failed to set property 'OutColorPrimaries': AMF_INVALID_ARG
13:32:47.581: [texture-amf-h264: 'simple_video_recording'] B-Frames set to 3 but b-frames are not supported by this device
13:32:47.581: [texture-amf-h264: 'simple_video_recording'] Failed to set property 'QvbrQualityLevel': AMF_INVALID_ARG
13:32:47.581: [texture-amf-h264: 'simple_video_recording'] Failed to set property 'HighMotionQualityBoostEnable': AMF_INVALID_ARG
...
There are several errors when initializing the hardware encoder (AMD encoder) - likely, you have outdated graphics driver to be able to use all available features of the modern implementation of this encoder in OBS.
 
Top