- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it Possible to Screenshot in App?
I'm looking through the BrightScript Language Reference, is it possible to take a screen shot of my app? Let's say I want to do this when some event triggers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Is it Possible to Screenshot in App?
I don't know of any way to do it from within BrightScript other than when using roScreen. You can take a screenshot from within the Utilities section of the Development Application Installer web page. Just put a stop statement within your code when your event triggers
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Is it Possible to Screenshot in App?
Thank you for the guidance. I'm new to Roku development so please bear with me.
Did I understand correctly that roScreen and screenshot from utilities section are two different solutions?
In my case, I want to have this as a feature on my app (not dev mode). User presses a key on remote and we screen capture in event handler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Is it Possible to Screenshot in App?
roScreen is a screen type (BrightScript component) used mostly for games or similar graphics type channels or screensavers where everything is drawn manually using 2D primitives. The screenshot feature of the developer web page is completely different and is meant to be used while developing for something like capturing bitmaps to use for the channel store images.
If you're using Screen Graph there isn't any way that I know of to accomplish what you want.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Is it Possible to Screenshot in App?
You can use Screenshot Utility to capture images of sideloaded channels. Hope that helps!