cameraHeight required | integer [ 100 .. 400 ] The height of the device from the ground, in cm.
|
cameraOffset required | integer [ -200 .. 200 ] The horizontal offset of the device from the center of the windshield, in cm. To the right of center is a positive number, while to the left if negative.
|
vehicleWidth required | number [ 100 .. 400 ] The vehicle rear axle width, with tires out, in cm.
|
lowestUsableRow required | integer [ 0 .. 720 ) The lowest y value where the dashboard or vehicle front doesn't appear.
|
calpickTopLeftCol required | integer [ 0 .. 1280 ) The top left picked point x value. Should be >= calpickBottomLeftCol
|
calpickTopLeftRow required | integer [ 0 .. 720 ) The top left picked point y value. Should be <= calpickBottomLeftRow
|
calpickBottomLeftCol required | integer [ 0 .. 1280 ) The bottom left picked point x value.
|
calpickBottomLeftRow required | integer [ 0 .. 720 ) The bottom left picked point y value.
|
calpickTopRightCol required | integer [ 0 .. 1280 ) The top right picked point x value. Should be <= calpickBottomRightCol
|
calpickTopRightRow required | integer [ 0 .. 720 ) The top right picked point y value. Should be <= calpickBottomRightRow
|
calpickBottomRightCol required | integer [ 0 .. 1280 ) The bottom right picked point x value.
|
calpickBottomRightRow required | integer [ 0 .. 720 ) The bottom right picked point y value.
|