AXptz
AXPTZLimits Struct Reference

A structure with the lower and upper limits for the pan, tilt and zoom coordinates. The limits are given in the requested pan, tilt and zoom spaces. Unsupported coordinates are set to zero. More...

Data Fields

fixed_t min_pan_value
 
fixed_t max_pan_value
 
fixed_t min_tilt_value
 
fixed_t max_tilt_value
 
fixed_t min_zoom_value
 
fixed_t max_zoom_value
 

Detailed Description

A structure with the lower and upper limits for the pan, tilt and zoom coordinates. The limits are given in the requested pan, tilt and zoom spaces. Unsupported coordinates are set to zero.

Examples:
axptzexample.c.

Field Documentation

◆ min_pan_value

fixed_t AXPTZLimits::min_pan_value

Lower limit for the pan coordinate.

Examples:
axptzexample.c.

◆ max_pan_value

fixed_t AXPTZLimits::max_pan_value

Upper limit for the pan coordinate.

Examples:
axptzexample.c.

◆ min_tilt_value

fixed_t AXPTZLimits::min_tilt_value

Lower limit for the tilt coordinate.

Examples:
axptzexample.c.

◆ max_tilt_value

fixed_t AXPTZLimits::max_tilt_value

Upper limit for the tilt coordinate.

Examples:
axptzexample.c.

◆ min_zoom_value

fixed_t AXPTZLimits::min_zoom_value

Lower limit for the zoom coordinate.

Examples:
axptzexample.c.

◆ max_zoom_value

fixed_t AXPTZLimits::max_zoom_value

Upper limit for the zoom coordinate.

Examples:
axptzexample.c.