[mythtv-users] Myth Zoneminder colors wrong (Ticket #8182)

Michelle Dupuis mdupuis at ocg.ca
Tue Jun 14 16:10:06 UTC 2011


I actually moved away from compiling my own to make my upgrade life easier.  Look like you just reversed the Red & Green order...which seems like a pretty easy ticket to close.

Do you (anyone) know if someone has rolled this into a release version?

Thanks

________________________________________
From: mythtv-users-bounces at mythtv.org [mythtv-users-bounces at mythtv.org] On Behalf Of Brent Bolin [brent.bolin at gmail.com]
Sent: Tuesday, June 14, 2011 11:34 AM
To: Myth TV Users List
Subject: Re: [mythtv-users] Myth Zoneminder colors wrong (Ticket #8182)

On Sat, Jun 11, 2011 at 12:00 PM, Michelle Dupuis <mdupuis at ocg.ca> wrote:
> I'm living with an incorrect color in the Zoneminder live view in myth (fun for a while, but red colored faces gets tiresome).  I realize this ticked (8182) was created to address the problem but I'm having trouble following the ticket status.  http://code.mythtv.org/trac/ticket/8182
>
> Has this been fixed?  If so, in what version of myth does it appear working?  (I'm at .24-fixes).   I'm sure there is a status box somewhere on this ticket I just can't find
>
> Thanks
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

Only way I could get the colors correct was to download git .24-fixes
and compile.  Not hard to do after you figure out all the
dependencies.  Pretty easy on Ubuntu.

zmliveplayer.cpp

 464                 m_rgba[pos_rgba++] = g;
 465                 m_rgba[pos_rgba++] = r;
 466                 m_rgba[pos_rgba++] = b;
 467                 m_rgba[pos_rgba++] = 0xff;

These are edits under "else"

Aixis M1011-W
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-users


More information about the mythtv-users mailing list