overlayChronosWatermarkColor |
integer |
variable |
8 bit per channel RGBA value indicating the color for the Chronos logo overlay. The watermark is burned into saved video. See focusPeakingColor for more information about color. |
overlayChronosWatermarkX |
integer |
variable |
The x/y position (horizontal/vertical offset from the top-left corner) of the Chronos watermark. |
overlayChronosWatermarkY |
integer |
variable |
overlayRGBImage |
binary |
variable |
An image to burn on to the video. Indexed color (like a gif), 20480 pixels maximum. Dimensions are given by the overlayRGBImageHeight and overlayRGBImageWidth variables. Color index is given by overlayRGBLogoPalette. |
overlayRGBImageHeight |
integer |
variable |
Set the width and the height of the overlay image/watermark to burn into the video. Area (overlayRGBImageWidth × overlayRGBImageHeight) should be less than 20480. |
overlayRGBImageWidth |
integer |
variable |
overlayRGBImageX |
integer |
variable |
Set the offset left and top of the overlay/watermark image. |
overlayRGBImageY |
integer |
variable |
overlayRGBLogoPalette |
binary |
variable |
The color index for the indexed overlay image. Planar format, 256 8-bit bytes each for Red, Green, and Blue. (If you had two colors in your overlay image, pink and black, your color index might look like:
[
0xFF, 0x00, «254 more entries»,
0x00, 0x00, «254 more entries»,
0xFF, 0x00, «254 more entries»
]
The first column represents the first color, pink, with it's red and blue components. The second column represents black.
True black is rendered transparent. If you want to actually draw black, the color 0x000001 may be used instead of 0x000000 .
|
overlayTextbox0Color |
integer |
variable |
Set the textbox's background color. (Text is always white.) Format RGBA. See focusPeakingColor for more information about color. |
overlayTextbox1Color |
integer |
variable |
overlayTextbox0Content |
string |
variable |
A string of length no more than 128, including a required null terminator (0). Characters in this string are simple numeric indexes into the overlayTextboxFonts, instead of into the standard Unicode (utf-8) tables used elsewhere in this API. |
overlayTextbox1Content |
string |
variable |
overlayTextbox0Font |
binary |
variable |
A block of 128 16x32px characters indexed in to by overlayTextBoxContents. 1bpp. |
overlayTextbox1Font |
binary |
variable |
overlayTextbox0W |
integer |
variable |
Textbox dimensions, width and height in pixels. Text is centered inside the box. |
overlayTextbox0H |
integer |
variable |
overlayTextbox1W |
integer |
variable |
overlayTextbox1H |
integer |
variable |
overlayTextbox0OffsetX |
integer |
variable |
Distance from the top (y) left (x) corner of the recorded picture to the top left corner of the textbox in pixels. |
overlayTextbox0OffsetY |
integer |
variable |
overlayTextbox1OffsetX |
integer |
variable |
overlayTextbox1OffsetY |
integer |
variable |
overlayTextbox0X |
|
|
|
overlayTextbox1X |
|
|
overlayTextbox0Y |
|
|
|
overlayTextbox1Y |
|
|
overlayVersion |
|
|
|