
Configuration of the camera
GUPPY Technical Manual
V4.0.1
159
Sample program
The following sample code in C shows how the register is set for frame rate,
video mode/format and trigger mode using the
FireCtrl DLL
from the
FirePackage API
. How the camera is switched into
ISO_Enabled
mode is also
shown below:
…
WriteQuad(m_cmdR CCR_FRAME-RATE, Frame-Rate << 29);
WriteQuad(m_cmdR CCR_VMODE, mode << 29);
WriteQuad(m_cmdR CCR_VFORMAT, format << 29);
WriteQuad(m_cmdR CCR_TRGMODE, extTrigger ? 0x82000000 : 0);
Sleep(100);
WriteQuad(m_cmdR CCR_ISOENABLE, 0x80000000);
…
Figure 72: Configuration of the camera
Содержание Guppy
Страница 62: ...Camera dimensions GUPPY Technical Manual V4 0 1 62 Tripod adapter Figure 23 Tripod dimensions ...
Страница 121: ...Camera interfaces GUPPY Technical Manual V4 0 1 121 Figure 57 Y8 and Y16 format Source IIDC V1 3 ...
Страница 122: ...Camera interfaces GUPPY Technical Manual V4 0 1 122 Figure 58 Data structure Source IIDC V1 3 ...