ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
PS2CAM_DEVICE_CONFIG Struct Reference

#include <ps2cam_rpc.h>

Data Fields

unsigned int ssize
 
unsigned int mask
 
unsigned short width
 
unsigned short height
 
unsigned short x_offset
 
unsigned short y_offset
 
unsigned char h_divider
 
unsigned char v_divider
 
unsigned short framerate
 

Detailed Description

Definition at line 121 of file ps2cam_rpc.h.

Field Documentation

◆ framerate

unsigned short PS2CAM_DEVICE_CONFIG::framerate

framerate

Definition at line 140 of file ps2cam_rpc.h.

Referenced by main().

◆ h_divider

unsigned char PS2CAM_DEVICE_CONFIG::h_divider

Horizontal Divider

Definition at line 136 of file ps2cam_rpc.h.

Referenced by main().

◆ height

unsigned short PS2CAM_DEVICE_CONFIG::height

camera vertical resolution

Definition at line 130 of file ps2cam_rpc.h.

Referenced by main().

◆ mask

unsigned int PS2CAM_DEVICE_CONFIG::mask

CAM_CONFIG_MASK.....

Definition at line 126 of file ps2cam_rpc.h.

Referenced by main().

◆ ssize

unsigned int PS2CAM_DEVICE_CONFIG::ssize

structure size

Definition at line 124 of file ps2cam_rpc.h.

Referenced by main(), and PS2CamSetDeviceConfig().

◆ v_divider

unsigned char PS2CAM_DEVICE_CONFIG::v_divider

Vertical Divider

Definition at line 138 of file ps2cam_rpc.h.

Referenced by main().

◆ width

unsigned short PS2CAM_DEVICE_CONFIG::width

camera horizontal resolution

Definition at line 128 of file ps2cam_rpc.h.

Referenced by main().

◆ x_offset

unsigned short PS2CAM_DEVICE_CONFIG::x_offset

x offset of camera image

Definition at line 132 of file ps2cam_rpc.h.

Referenced by main().

◆ y_offset

unsigned short PS2CAM_DEVICE_CONFIG::y_offset

y offset of camera image

Definition at line 134 of file ps2cam_rpc.h.

Referenced by main().


The documentation for this struct was generated from the following file: