SightLine Applications Command, Control, and Script API
v3.6
|
Used to assist in the alignment of two cameras for blending purposes.
Sets a group of 4 points on a video frame of one camera with the corresponding 4 points on the video frame of another camera. Used when the two cameras are in the 2-Up mode (2-Up mode supported on 3000 only). The point A in the left camera points at the same object as point A in the right camera, and so forth. Users should select 4 points close to the corner of the image for best results. The indexes do not interfere with the [0...4] indexes of the multiple alignment (SetMultipleAlignment_t) command.
See also SLASetBlendParameters_t and SLASetMultipleAlignment_t.
Message ID 0x95
Byte Offset | Name | Description |
---|---|---|
4 | index | index into table of alignment points [0..4] |
5-6 | LeftCameraPointACol | Column (x) coordinate of point A in the camera on the left of the 2-Up image. |
7-8 | LeftCameraPointARow | Row (y) coordinate of point A in the camera on the left of the 2-Up image. |
9-10 | RightCameraPointACol | Column (x) coordinate of point A in the camera on the right of the 2-Up image. |
11-12 | RightCameraPointARow | Row (y) coordinate of point A in the camera on the right of the 2-Up image. |
13-14 | LeftCameraPointBCol | Column (x) coordinate of point B in the camera on the left of the 2-Up image. |
15-16 | LeftCameraPointBRow | Row (y) coordinate of point B in the camera on the left of the 2-Up image. |
17-18 | RightCameraPointBCol | Column (x) coordinate of point B in the camera on the right of the 2-Up image. |
19-20 | RightCameraPointBRow | Row (y) coordinate of point B in the camera on the right of the 2-Up image. |
21-22 | LeftCameraPointCCol | Column (x) coordinate of point C in the camera on the left of the 2-Up image. |
23-24 | LeftCameraPointCRow | Row (y) coordinate of point C in the camera on the left of the 2-Up image. |
25-26 | RightCameraPointCCol | Column (x) coordinate of point C in the camera on the right of the 2-Up image. |
27-28 | RightCameraPointCRow | Row (y) coordinate of point C in the camera on the right of the 2-Up image. |
29-30 | LeftCameraPointDCol | Column (x) coordinate of point D in the camera on the left of the 2-Up image. |
31-32 | LeftCameraPointDRow | Row (y) coordinate of point D in the camera on the left of the 2-Up image. |
33-34 | RightCameraPointDCol | Column (x) coordinate of point D in the camera on the right of the 2-Up image. |
35-36 | RightCameraPointDRow | Row (y) coordinate of point D in the camera on the right of the 2-Up image. |