If anyone else can confirm this, I will trac it.
![[Image: screenshot013.jpg]](http://dl.dropbox.com/u/12214244/xbmc/screenshot013.jpg)
EDIT: sorry, wrong section. should have been posted to ios. feel free to move.
odt_x
Senior Member Posts: 158 Joined: Jun 2010 Reputation: 1 |
2011-11-25 11:19
Post: #1
I have had an atv2 since early november, upgrading to the latest nightly every other day. One continous issue I see is that screenshots get a blue hue added to them. Whether from the GUI or from watching a movie.
If anyone else can confirm this, I will trac it. ![]() EDIT: sorry, wrong section. should have been posted to ios. feel free to move.
(This post was last modified: 2011-11-25 11:26 by odt_x.)
|
| find quote |
Ned Scott
Team-XBMC Wiki Guy Posts: 12,058 Joined: Jan 2011 Reputation: 135 Location: Arizona, USA |
2011-11-25 13:28
Post: #2
need debug log.
|
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2011-11-25 14:25
Post: #3
odt_x Wrote:I have had an atv2 since early november, upgrading to the latest nightly every other day. One continous issue I see is that screenshots get a blue hue added to them. Whether from the GUI or from watching a movie. move your thumbnails folder away... looks like you have thumbs generated with a buggy version of xbmc and it now has the wrong color space ... Let the current nightly version of xbmc refetch the thumbs ... AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
odt_x
Senior Member Posts: 158 Joined: Jun 2010 Reputation: 1 |
2011-11-25 19:22
Post: #4
I am only talking about screenshots getting the blue hue, the thumbnails and the whole UI display perfectly fine and in fact were scraped just last week. The background of the picture I posted is in fact blue, so its definitely not a thumb problem.
The one thing I think that could be having an impact is that I'm using a calibrated resolution (as evident in the black border around the UI). another picture (should also have a blue backgroud): ![]() debug log, previous screenshot happening at line 6630 debug log also, the imagelib seems recent: Code: -rwxr-xr-x 1 mobile mobile 796360 Nov 24 13:23 /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/system/ImageLib-arm-osx.so*
(This post was last modified: 2011-11-25 19:24 by odt_x.)
|
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2011-11-26 01:32
Post: #5
now i got you ... could you test a nightly from before 17th of november please and report back if screenshots are working there?
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
odt_x
Senior Member Posts: 158 Joined: Jun 2010 Reputation: 1 |
2011-11-26 12:31
Post: #6
Yes, I have tested older nightlies. Its been occuring with all nightlies from Nov 9th (the first I installed). If theres any specific nightly you want me to test I can do that.
|
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2011-11-26 13:36
Post: #7
no its fine then...
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
dieselboy27
Fan Joined: Aug 2008 Reputation: 0 Location: Canada |
2011-11-26 16:57
Post: #8
Screenshots have always had this problem.
|
| find quote |
bobo1on1
cheapass Team-XBMC Developer Joined: Dec 2008 Reputation: 20 |
2011-11-26 18:20
Post: #9
We need RGBA->BGRA conversion in CUtil::TakeScreenshot(const CStdString &filename, bool sync) in Util.cpp.
|
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2011-11-26 18:39
Post: #10
bobo1on1 Wrote:We need RGBA->BGRA conversion in CUtil::TakeScreenshot(const CStdString &filename, bool sync) in Util.cpp. thx ... i'll beam the yoda sign into the sky and hope it is visible in someones special mancave in usa ...
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |