Allied Vision Technologies F-201B AVT Dolphin Manual page 51

Table of Contents

Advertisement

Figure 41 Configuration of the camera
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 and how
the camera is switched into ISO_Enabled mode:
...
WriteQuad(m_cmdRegBase + CCR_FRAME-RATE, Frame-Rate << 29);
WriteQuad(m_cmdRegBase + CCR_VMODE, mode << 29);
WriteQuad(m_cmdRegBase + CCR_VFORMAT, format << 29);
WriteQuad(m_cmdRegBase + CCR_TRGMODE, extTrigger ? 0x82000000 : 0);
Sleep(100);
WriteQuad(m_cmdRegBase + CCR_ISOENABLE, 0x80000000);
...
51

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the F-201B AVT Dolphin and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

F-201c avt dolphin

Table of Contents