PVCAM  3.9.x
Programmable Virtual Camera Access Method library
active_camera_type Struct Reference
Collaboration diagram for active_camera_type:
[legend]

Data Fields

uns16 shutter_close_delay
 
uns16 shutter_open_delay
 
uns16 rows
 
uns16 cols
 
uns16 prescan
 
uns16 postscan
 
uns16 premask
 
uns16 postmask
 
uns16 preflash
 
uns16 clear_count
 
uns16 preamp_delay
 
rs_bool mpp_selectable
 
rs_bool frame_selectable
 
int16 do_clear
 
int16 open_shutter
 
rs_bool mpp_mode
 
rs_bool frame_transfer
 
rs_bool alt_mode
 
uns32 exp_res
 
io_listio_hdr
 

Detailed Description

Used in pv_script_set_hook.

Remarks
This structure is deprecated.

Field Documentation

◆ alt_mode

rs_bool active_camera_type::alt_mode

Enable or disable Alternate Parallel mode.

◆ clear_count

uns16 active_camera_type::clear_count

Number of times to clear the sensor before exposure.

◆ cols

uns16 active_camera_type::cols

Serial size of the sensor active area.

◆ do_clear

int16 active_camera_type::do_clear

Clear: Never, Each Exposure, Each Sequence.

◆ exp_res

uns32 active_camera_type::exp_res

Exposure resolution.

◆ frame_selectable

rs_bool active_camera_type::frame_selectable

Indicates frame transfer can be selected.

◆ frame_transfer

rs_bool active_camera_type::frame_transfer

Enable or disable frame transfer operation.

◆ io_hdr

io_list* active_camera_type::io_hdr

Pointer to a list of I/O script control commands.

◆ mpp_mode

rs_bool active_camera_type::mpp_mode

Enable or disable MPP mode.

◆ mpp_selectable

rs_bool active_camera_type::mpp_selectable

Indicates MPP mode can be selected.

◆ open_shutter

int16 active_camera_type::open_shutter

Open: Never, Each Exposure, Each Sequence.

◆ postmask

uns16 active_camera_type::postmask

Parallel rows after the active area.

◆ postscan

uns16 active_camera_type::postscan

Serial pixels after the active area.

◆ preamp_delay

uns16 active_camera_type::preamp_delay

Number of milliseconds for the preamp to settle.

◆ preflash

uns16 active_camera_type::preflash

Number of milliseconds to flash the diode ring.

◆ premask

uns16 active_camera_type::premask

Parallel rows before the active area.

◆ prescan

uns16 active_camera_type::prescan

Serial pixels before the active area.

◆ rows

uns16 active_camera_type::rows

Parallel size of the sensor active area.

◆ shutter_close_delay

uns16 active_camera_type::shutter_close_delay

Number of milliseconds for the shutter to close.

◆ shutter_open_delay

uns16 active_camera_type::shutter_open_delay

Number of milliseconds for the shutter to open.