Application Settings

Open the application settings in the Application part of the Workflow tab.

appsettings-1

Rendering Settings

Change the number of points (mesh vertices) and model triangles that can be displayed in the 3Ds view.

appsettings-1_3

Visual and Language Settings

Use these settings to change the application's visual style and UI language.

appsettings-1_2

Control-point editor brightness enhancing

Change the settings used to enhance the image brightness and contrast when placing control points.


Import and Export Settings

These settings are applied when importing inputs or saving a project.

appsettings-2

Use relative image paths When enabled (set to Yes), the input paths in the project file (.rsproj) will be saved with relative paths.
Group calibration by exif To group camera parameters automatically using EXIF data, when images are added to a project, set this parameter to Yes. More about grouping here.
Copy imported components to cache Set to Yes in case your cache is located on an SSD disk, and you want to speed up the access to components.
Ignore exif GPS If an image includes GPS coordinates in the EXIF, you can globally turn on/off their use here. Alternatively, you may do it in the sensorsdb.xml per camera.
Prefer Exif over XMP When importing new files, Exif metadata takes priority over XMP metadata if this setting is enabled.


Coordinate Systems

RealityScan can work with multiple coordinate systems at once, e.g., each control point can be measured w.r.t. a different coordinate system. Here, you can change the project and the output coordinate system.

appsettings-3

Project coordinate system A reference coordinate system, click here.
Output coordinate system for export in a different coordinate system. More information here.


Progress End Notification

When a process has ended, you can define an immediate follow-up action using these settings.

appsettings-5

Minimal process duration Set a minimal duration after which RealityScan will execute the notification task. This value is in seconds. For practical reasons, this value should be greater than 60.
Action Choose one of these for the program to be carried out after the time set above lapses: none / play a sound / execute a program. When choosing to Execute a program, a user may also define command-line parameters (for example, an error message, duration, process type, RealityScan setting, scene name), which will call an external program.

For example:

Write the following sequence of commands into a field Command-line process in the settings panel:

"C:\Users\user\Desktop\post-op.bat" "Process $(processId) has finished with result code $(processResult) after $(processDuration:d) seconds on scene $(sceneName)"
NOTE: If the file path contains spaces, it must be in double quotation marks (""), such as the example "C:\Users\user\Desktop\post-op.bat".

Create "post-op.bat" file that contains commands to write the process result into a file named with the current date and time:

@echo off
cd %~dp0
echo %1>"RS_%date:~-4,4%%date:~-8,2%%date:~-12,2%_%time:~0,2%%time:~3,2%%time:~6,2%.log"

%date:~-4,4% are the last four characters of the current date (the year).
%date:~-8,2% are the eighth and seventh characters from the right side (the month).
%date:~-12,2% are the twelfth and eleventh characters from the right side (the day).

The same principle applies for the time as well.
The format of the date and time depends on the Windows region and language settings. To check the format, please execute in a command prompt window the following commands:

echo %DATE%
echo %TIME%

After the process (with Minimal process duration) is complete, a file RS_date_time.log is created with the result of a process in the form:

"Process 020735 has finished with result code 00 after 120 seconds on scene New scene"

Screen Grabber

RealityScan integrates a documentation system, which allows you to record a video during your workflow. The screen grabber captures the window area and stores it on a disk with quality, resolution, and frame rate defined below. The system automatically recognizes whether a time-consuming process is running. Then, the screen grabber automatically reduces the capturing and speeds it up so that every process appears in the final video at maximum 8 seconds long, regardless of how long it really took. You do not need to worry about hours of non-changing videos.

appsettings-6

Real-time assistance

Set the connection availability for the Real-time Assistance tool and toggle processing notifications

appsettings-9

Epic Games account

Sign out of your account in RealityScan or sign in to one if you skipped the sign-in process.

appsettings-7

Global Settings

You can export and import the global settings of the application here.

appsettings-8

Export global settings Click the button to export the global settings of the application to .rcconfig file.
Import global settings Click the button to import the global settings of the application from .rcconfig file.

See also: