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

MythTV noreply at mythtv.org
Thu Aug 9 03:14:53 UTC 2012


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

Comment (by andy12t@…):

 I too have this colour problem using Myth 0.25, ZoneMinder v1.25.0 with
 Foscam IP cameras (Foscam FI8910W).

 I see the code in 0.26beta has not changed from 0.25.

 I need to reverse the pixel data order as per the suggested patches above,
 to have the correct colours displayed during live viewing.

  m_rgba[pos_rgba++] = g;
  m_rgba[pos_rgba++] = r;
  m_rgba[pos_rgba++] = b;

 I understand that there is confusion over the source of the data swap, but
 this is a REAL problem. Peculiar to the Foscam IP cameras or not.

 It would be great to get a fix into the source tree so that individuals
 (like myself) don't have to patch and recompile every upgrade.

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


More information about the mythtv-commits mailing list