close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "hg": No module named repo). Look in the Trac log for more information.

Opened 3 years ago

Closed 3 years ago

#178 closed defect (fixed)

Wrong webcam codec name displayed in debug output

Reported by: cavedon Owned by: vadim
Priority: minor Milestone: QuteCom 2.3
Component: misc Version: 2.2-RC3
Keywords: Cc:

Description

Output:

(debug) 12:19:34 [Common] virtual WebcamErrorCode? V4L2WebcamDriver::setPalette(pixosi): Webcam pixelformat is monow (9)

is wrong, as it should be

(debug) 12:16:01 [Common] virtual WebcamErrorCode? V4L2WebcamDriver::setPalette(pixosi): Webcam pixelformat is yuyv422 (9)

Attaching patch to fix this issue.

Attachments (2)

fix-codec-name.patch (2.1 KB) - added by cavedon 3 years ago.
webcam-no-crash-unsupported-palette.patch (1.9 KB) - added by cavedon 3 years ago.

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by cavedon

Changed 3 years ago by cavedon

comment:1 Changed 3 years ago by cavedon

You will need both patches :)

comment:2 Changed 3 years ago by vadim

  • Resolution set to fixed
  • Status changed from new to closed

applied

Note: See TracTickets for help on using tickets.