Opened 19 years ago
Closed 19 years ago
#1051 closed patch (invalid)
patch to add v4l2, MJPEG, mmap support to mythphone
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythphone | Version: | head |
Severity: | medium | Keywords: | |
Cc: | ynutcase-mythtv@… | Ticket locked: | no |
Description
The following patch adds support to mythphone for the following:
- Video for Linux 2 (v4l2)
- Webcams that return MJPEG (Logitech Quickcam Fusion, others)
- v4l2 drivers that only handle mmap() transfers, such as the UVC driver at http://linux-uvc.berlios.de/
The following problems are known with this patch:
- When using an mmap() driver, the webcam fails to shutdown when exiting mythphone
Attachments (4)
Change History (7)
Changed 19 years ago by
Attachment: | 2006-01-16.uvc.mythphone.patch added |
---|
Changed 19 years ago by
Attachment: | 2006-01-16.2.uvc.mythphone.patch added |
---|
Changed 19 years ago by
Attachment: | mythphone.pro.patch added |
---|
additional patch to mythphone.pro for new files
comment:1 Changed 19 years ago by
Milestone: | → 0.20 |
---|---|
Owner: | changed from Isaac Richards to paulr |
Version: | → head |
Changed 19 years ago by
Attachment: | 2006-01-22.uvc.mythphone.patch added |
---|
Revised patch. Obsoletes all previous patches. Fixes all known bugs.
comment:2 Changed 19 years ago by
Owner: | changed from paulr to danielk |
---|
comment:3 Changed 19 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This breaks V4L1 support, and it breaks bttv framegrabber support...
Please reopen when this is backward compatible... See channel.{h,cpp} for detection of V4L2 support.
Note: See
TracTickets for help on using
tickets.
revised patch