Taking an actual screenshot?
-
@herb_fargus I'll definitely be using the RetroArch in-built screenshot facility in the future - need to update the shots in my guide on using the enahnced resolution mode in pcsx_rearmed...
-
@herb_fargus said in Taking an actual screenshot?:
@
You can easily specify key in the overall retroarch.cfg I typically just make it F8 on the keyboard. You may also be able to make it a hotkey, or at least a button on your controller if you have an extra one you don't use.So if I'm understanding correctly, this is not built in yet and I need to follow the various guides to create this feature?
-
@PingSpike taking a screenshot is already built into retroarch you just have to define in the retroarch.cfg which button it uses to initialise it
-
Brilliant! Theoretically I can configure this to a shift-key on my ipac2 arcade controls, as that just mimics a key press, right?
-
@herb_fargus said in Taking an actual screenshot?:
@PingSpike taking a screenshot is already built into retroarch you just have to define in the retroarch.cfg which button it uses to initialise it
I'm not trying to hijack this thread, but I've been following along trying to setup the F8 key to take a screenshot (later this will be an arcade button), with no success.
I'm using lr-mame2003 (for mame) and lr-nestopia (for nes) on rPi-3, RetroPie 3.8.1.
Edited:
/opt/retropie/configs/all/retroarch.cfg
# Take screenshot input_screenshot = f8
# Directory to dump screenshots to. screenshot_directory = /home/pi/RetroPie/MyScreenshots
Created directory:
/home/pi/RetroPie/MyScreenshots
I noticed while playing a game using lr-mame2003, if I hit
TAB
I see the service menu, which hasF12
as the screenshot key. After pressingF12
, I'm not sure if there is a screen shot or where it might be stored.If I go to the RGUI menu and take a screenshot through the quick menu, it kicks me out of the game. I'm not sure if there is a screen shot or where it might be stored.
Thoughts?
-
@briankross Try holding your hotkey enable button (usually Select) and then tapping F8.
-
@Floob said in Taking an actual screenshot?:
@briankross Try holding your hotkey enable button (usually Select) and then tapping F8.
When I do that, it kicks me out of the game (either mame or nes) and I don't see anything in:
/home/pi/.config/retroarch/screenshots
or
/home/pi/RetroPie/MyScreenshots
-
Thats odd. Can you put a copy of your
opt/retropie/configs/all/retroarch.cfg
on pastebin.com? -
@Floob said in Taking an actual screenshot?:
Thats odd. Can you put a copy of your
opt/retropie/configs/all/retroarch.cfg
on pastebin.com?Yes, thank you for checking it out.
-
# Directory to dump screenshots to. screenshot_directory = /home/pi/RetroPie/MyScreenshots
needs quotes. should be:
# Directory to dump screenshots to. screenshot_directory = "/home/pi/RetroPie/MyScreenshots"
also, does the directory exists and do you have write-access?
also, i probably wouldn't use the function keys as mame already uses them for things, so every time you take a screenshot with f8 you'll be activating some mame option (i think possibly to do with frameskip).
-
Thanks, I made the change! This makes sense for directories.
Great point about the F8 key for mame games. I'll have a look for which keys may be unused, do you have a suggestion that's good for lr-mame2003 and lr-nestopia?
Permissions for the directory is 755, created by root.
-
@briankross said in Taking an actual screenshot?:
Thanks, I made the change! This makes sense for directories.
Great point about the F8 key for mame games. I'll have a look for which keys may be unused, do you have a suggestion that's good for lr-mame2003 and lr-nestopia?
i think 'p' is the default in retroarch, so that would be my preference :)
Permissions for the directory is 755, created by root.
755 is fine if it is owned by the pi user.. but i guess will be a problem if not.
-
I just uncommented the retroarch.cfg screenshot line and it was already set to
f8
. It looks likeinput_pause_toggle
is set top
, but is commented out.I've tried
print_screen
and"print_screen"
, neither work. -
@briankross said in Taking an actual screenshot?:
I just uncommented the retroarch.cfg screenshot line and it was already set to
f8
. It looks likeinput_pause_toggle
is set top
, but is commented out.I've tried
print_screen
and"print_screen"
, neither work.my mistake! f8 is the default key.. hmm, i dunno what i would use in that case... i take screenshots via the RGUI when i need to.
-
@dankcushions said in Taking an actual screenshot?:
@briankross said in Taking an actual screenshot?:
I just uncommented the retroarch.cfg screenshot line and it was already set to
f8
. It looks likeinput_pause_toggle
is set top
, but is commented out.I've tried
print_screen
and"print_screen"
, neither work.my mistake! f8 is the default key.. hmm, i dunno what i would use in that case... i take screenshots via the RGUI when i need to.
When I use the quick menu from RGUI, it kicks me out of the game.
-
@briankross that's very odd. anything in /tmp/runcommand.log when that happens?
all this stuff should 'just work'
-
@dankcushions said in Taking an actual screenshot?:
@briankross that's very odd. anything in /tmp/runcommand.log when that happens?
all this stuff should 'just work'
Edit: url in pastebin.com
Here's the log.I ran Contra (nes), pressed
select + x
on a SNES gamepad to reach the RGUI, quick menu, take a screenshot. -
@briankross i thought you said quick menu crashed? if it's crashing when you create a screenshot i think maybe it's that permissions problem i mentioned earlier... but not sure. IMO it would have been best to test they work in the default directories before changing them.
-
@dankcushions said in Taking an actual screenshot?:
@briankross i thought you said quick menu crashed? if it's crashing when you create a screenshot i think maybe it's that permissions problem i mentioned earlier... but not sure. IMO it would have been best to test they work in the default directories before changing them.
Doing what I mentioned above kicks me from the game back to Emulation Station.
There were no directories set previously.
Here's the original retroarch.cfg entries:
# Take screenshot # input_screenshot = f8
# Directory to dump screenshots to. # screenshot_directory =
-
@briankross if you don't set the directories I think it just dumps them in the home directory.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.