APX-3302 User's Manual (OM110000019A)
-58 -
You can configure the illumination and exposure timing like the timing below by configuring delay time and
output time.
1. Output strobe during camera exposure.
CC Output
Strobe Output
Delay
Strobe Delay
>
CC Delay
Figure6-17: Strobe output pattern 1
■
The setting example for software
The sample code to configure timing of CC output and strobe output is as follows.
In this code, delay time and output time are as following timing.
- Strobe delay time : 100us
- Strobe output time: 50us
- CC delay time : 10us
<Sample code>
// Strobe delay time
AcapSetInfo(hDev, INPUT_CH, ACL_STROBE_DELAY, -1, 100);
// Strobe output time
AcapSetInfo(hDev, INPUT_CH, ACL_STROBE_TIME, -1, 50);
// CC delay time
AcapSetInfo(hDev, INPUT_CH, ACL_CC_DELAY, -1, 10);
// Reflect setting
AcapReflectParam(hDev, INPUT_CH);
Содержание APX-3302
Страница 1: ...APX 3302 User s Manual ...