0

I want to retrieve the current Video Frame and process it as an image when a video is paused. Is this possible in Roku Brightscript?

For Eg. I want to save the Paused Frame as Image and use it later as a Poster Image.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275

2 Answers2

0

As far as I am aware, the Roku BrightScript SDK does not expose such functionality. I don't think it is possible.

Pieter Siekerman
  • 461
  • 3
  • 14
-1

Yes - in Utilities page of the developer web interface click "Screenshot" button.

See the documentation for details

Nas Banov
  • 28,347
  • 6
  • 48
  • 67
  • 1
    I've not had any luck with taking screenshots in the video player. The rest of the screens in the app work fine, but the video player only results in fully black screenshots. Likely some sort of content protection mechanism. – Pieter Siekerman Aug 24 '15 at 14:53
  • You will not get the proper image screenshot during video play. You will get the blank image of black colour if you try to take screenshot from developer web interface during video play. – Abhishek Aug 26 '15 at 03:09
  • @SiekermanTechnology - or they are grabbing the image from an upper buffer. From what i remember, video is played at the "very bottom" and one had to punch alpha holes in overlays to see through. Might be unintentional that cant grab frame - thanks for the info though – Nas Banov Aug 27 '15 at 02:12
  • Im pretty sure you will not get Video - if you want screenshot of video attache a capture card to a Roku2 analog outputs ;-) – nhed Jun 18 '16 at 20:06