HTML9-Responsive-Boilerstrap-js icon indicating copy to clipboard operation
HTML9-Responsive-Boilerstrap-js copied to clipboard

Causes reversed cinegram playback in black-colored mobile devices

Open krisalexander200 opened this issue 13 years ago • 2 comments

reproduce:

  • run cinegram in device that outer shell is colored black, or blackish dark color.
  • notice that cinegram runs in reverse

krisalexander200 avatar May 09 '12 20:05 krisalexander200

Have you tried painting the device another color?

Tylersuard avatar Sep 24 '19 17:09 Tylersuard

Can you detect the device shell color from within your app?

If so, when device.luminance < 0.15 start cinegram with { start: 'end', speed: -1.0 }

joeytwiddle avatar Sep 26 '19 04:09 joeytwiddle