← Back to team overview

touch-packages team mailing list archive

[Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

 

The removal of fallback art is currently in silo 45.  When that lands,
the blurry icon will disappear and you'll be left with a blank
rectangle.

If you want to display something other than an empty rectangle set an
onStatusChanged handler on the Image component, and if status changes to
Image.Error, set source to the desired fallback image.  This will allow
you to pick a fallback that is appropriate to your app.

We're removing the fallback feature because (a) it is impossible to
return a fallback image that is optimal in all situations (where some
apps use a light background and others dark), and (b) it is currently
impossible for applications to detect when a fallback image has been
substituted other than reading the pixels of the Image component.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1542083

Title:
  broken video clip has extremely blurry icon when navigating to the
  camera roll

Status in Canonical System Image:
  Confirmed
Status in camera-app package in Ubuntu:
  Confirmed
Status in thumbnailer package in Ubuntu:
  Confirmed

Bug description:
  from design:
  If for some reason thumbnail was not able to be generated after taking a video, the placeholder thumbnail is very blurry. Guessing that thumbnailer is not providing a thumbnail for this at needed size requested.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542083/+subscriptions


References