Af2Camera.width - affluxis/csjava GitHub Wiki
Usage
activeCamera.width
Description
Read-only property; the current capture width, in pixels. To set a desired value for this property, use Af2Camera.setMode.
Example
The following line of code displays the current width value.
Log.d("affluxis", "Camera width: " + myCam.width);
See also
Af2Camera.setMode, Af2Camera.height