playMaker

Author Topic: Take camera screenshot action not working?[SOLVED]  (Read 671 times)

playmakertester

  • Full Member
  • ***
  • Posts: 211
Take camera screenshot action not working?[SOLVED]
« on: April 02, 2021, 11:43:42 AM »
Hello.

Please let me know about this Action.
I tried it and found that this Action does not work with

When Screen Setup is set as follows...①
Res Width=500
Res Height=100
When the Screen Setup is set to the following, the intended range (Res Width, Res Height) is captured with the Camera at the center (as shown in Image 1).

When Screen Setup is set as follows…②
Res Width=100
Res Height=500
Regardless of the position of the Camera, the height includes all the height that the Camera is capturing, and only the width expands (as shown in Figure ②).

It seems that this problem occurs when the width is longer than the height.

What I would like to do is to capture only the intended area (in the format shown in image 3) with Camera at the center, as in image 1, even in case 2.
« Last Edit: April 26, 2021, 01:56:18 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Take camera screenshot action not working?
« Reply #1 on: April 08, 2021, 04:25:56 AM »
Hi,

 you need to feed in the resolution your actual screen resolution,

so if you have a 1980*1080 game view, this is the value you need to put in the action resolution.

you should however not tamper with this, instead, simply leave the resolution fields empty, and turn on "Auto", which will take the current resolution as the resolution.

Leave useCurrentRes false by default.

Let me know how it goes.

Bye,

 Jean

playmakertester

  • Full Member
  • ***
  • Posts: 211
Re: Take camera screenshot action not working?
« Reply #2 on: April 25, 2021, 02:58:47 PM »
Hi,

It worked! Thanks!