Fixed
Status Update
Comments
br...@google.com <br...@google.com>
br...@google.com <br...@google.com> #2
Could you please provide additional detail on which TV make and model, and what specific content you have the issue with.
ko...@gmail.com <ko...@gmail.com> #3
TV set is a 2012 model Samsung UE40D8005YUXXE. And the content is all that
are available on-demand from the national norwegian broadcaster NRK.
All material are 25/50 FPS as is common in Europe.
Both my Chromecast and my MythTV box are powered continiously.
When the TV set is switched on, I have to set the MythTV HDMI framerate to
50Hz manually - every time. I believe that the TV set initializes the HDMI
framerate to 60 Hz at power on.
If you need a tester, I will gladly cooperate with you.
9. sep. 2014 22:17 skrev <google-cast-sdk@googlecode.com> følgende:
are available on-demand from the national norwegian broadcaster NRK.
All material are 25/50 FPS as is common in Europe.
Both my Chromecast and my MythTV box are powered continiously.
When the TV set is switched on, I have to set the MythTV HDMI framerate to
50Hz manually - every time. I believe that the TV set initializes the HDMI
framerate to 60 Hz at power on.
If you need a tester, I will gladly cooperate with you.
9. sep. 2014 22:17 skrev <google-cast-sdk@googlecode.com> følgende:
br...@google.com <br...@google.com> #4
Thanks for the details.
Could please confirm what you have set for the following settings on your TV:
Film Mode (Menu->Picture->Picture Options)
Motion Plus (Menu->Picture->Picture Options)
Also, could please reboot your Chromecast device, then after 1 min, start the Chromecast app on your mobile device, select your Chromecast device from the list of devices and then use the menu option to submit a feedback report. Please prefix the report feedback title with " Issue 374 :" so that we can find it.
Could please confirm what you have set for the following settings on your TV:
Film Mode (Menu->Picture->Picture Options)
Motion Plus (Menu->Picture->Picture Options)
Also, could please reboot your Chromecast device, then after 1 min, start the Chromecast app on your mobile device, select your Chromecast device from the list of devices and then use the menu option to submit a feedback report. Please prefix the report feedback title with "
Description
demonstration page if at all possible, or attach code.
When compare 2 cameras (example [camera isEqual:self.mapView.camera]) it gives false even if cameras position are equal.
Custom method for comparing doubles (params of cameras - target, zoom, bearing, viewAngle) solved this for me:
#define kDoubleCompareEpsilon (0.000001)
+ (BOOL)isDouble:(double)first isEqualTo:(double)second
{
BOOL isEqual = NO;
if(fabs(first - second) < kDoubleCompareEpsilon) { isEqual = YES; }
return isEqual;
}
Operating system version: iOS 9.2.1
Google Maps SDK for iOS version:1.12.3
Hardware model:iphone 5
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************