Af2Camera.height - affluxis/csjava GitHub Wiki

Usage
activeCamera.height

Description
Read-only property; the current capture height, in pixels. To set a value for this property, use Af2Camera.setMode.

Example
The following example sets the height of the active camera, myCam.height.

myCam.setMode(800, 600, 30);

See also
Af2Camera.setMode, Af2Camera.width