Resolution and Offset Guide (Selfie Race)

Created by Ryan Ramsey, Modified on Mon, 14 Oct at 4:16 PM by Ryan Ramsey

This article contains instructions for adjusting the Resolution and Offset settings. Click here to view this page in a web browser.


Resolution and Offset


When you first install your Selfie Race application, locate and create a shortcut of the application icon. You can do this by right clicking on the application icon and select create shortcut. 



Once you have the shortcut created, right click the shortcut icon, then select Properties. In the Properties Menu, locate the Target line. Here you will be adding the settings for screen size and position. 



In the Target line, you will add the parameters for your specific board application. At the end of text already in the entry field is where you will add the codes in. Each code must have a space in front of it.

  • popupwindow (Creates a windowed application)
  • -windowX (sets the horizontal position of the window)
  • -windowY (sets the vertical position of the window)
  • -windowL (sets the length of the window)
  • -windowH (sets the height of the window)

Each value should be followed by a space and the numerical value of the setting in pixels. Once all values are set, press Apply. This will save the changes. (You must have all codes in the target line even if the value is zero.)


Example:
"C:\Users\User\Desktop\SelfieRaceBuild\Vixi Capture Selfie Race.exe" -popupwindow -windowL 1920 -windowH 1080 -windowX 0 -windowY 0

This will have the window size at 1920x1080 at screen position 0,0 (the upper left corner).

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article