class DelphiApply extendsLaserpointsScript

Wrapper for the Delphi laser points detection script.

Methods

array
exec(string$command)

Execute a laser point detection command.

array
execute(string$gatherFile,string$imageUrl,float$distance)

Execute a new Delphi laser point detection.

Details

array exec(string$command)

Execute a laser point detection command.

Parameters

string $command Command to execute

Return Value

array The JSON object returned by the detection script as array

Exceptions

Exception If the detection script crashed.

at line20
array execute(string$gatherFile,string$imageUrl,float$distance)

Execute a new Delphi laser point detection.

Parameters

string $gatherFile File returned from the Delphi gather script
string $imageUrl Absolute path to the image file to detect laserpoints on
float $distance Distance of the laser points in cm

Return Value

array The JSON object returned by the detect script as array

Exceptions

Exception If the detection script crashed.