[mythtv-commits] Ticket #8182: Incorrect colors in zmliveplayer

MythTV noreply at mythtv.org
Sun Dec 5 21:59:38 UTC 2010


#8182: Incorrect colors in zmliveplayer
--------------------------------------------+--------------------------
 Reporter:  dluzin@…                        |          Owner:  paulh
     Type:  patch                           |         Status:  assigned
 Priority:  major                           |      Milestone:  unknown
Component:  Plugin - MythZoneminder         |        Version:  head
 Severity:  medium                          |     Resolution:
 Keywords:  mythzoneminder liveview colors  |  Ticket locked:  0
--------------------------------------------+--------------------------

Comment (by paulh):

 Gibby, the patch is still wrong. The buffer that we read the live images
 from can only ever be in two formats 8 bit grey scale or 24 bit RGB.

 The palette from the monitor is only used to decide which of these two
 formats the buffer is in. If the monitor is using one of the grey palettes
 then we need to read 8 bits/pixel gray scale image. If the monitor is
 using one of the color palettes then we need to read 24 bits/pixel rgb
 image.

 I have spoke to the ZM author and he confirms that nothing has changed in
 the buffer format and looking at the ZM code I see no changes to the
 buffer format either.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8182#comment:19>
MythTV <http://svn.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list