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)
Change History (4)
Changed 3 years ago by cavedon
Changed 3 years ago by cavedon
comment:1 Changed 3 years ago by cavedon
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.

You will need both patches :)