VideoCamera

class cscore.VideoCamera

Bases: VideoSource

A source that represents a video camera.

class WhiteBalance(value: int)

Bases: pybind11_object

Members:

kFixedIndoor

kFixedOutdoor1

kFixedOutdoor2

kFixedFluorescent1

kFixedFlourescent2

kFixedFlourescent2 = <WhiteBalance.kFixedFlourescent2: 5200>
kFixedFluorescent1 = <WhiteBalance.kFixedFluorescent1: 5100>
kFixedIndoor = <WhiteBalance.kFixedIndoor: 3000>
kFixedOutdoor1 = <WhiteBalance.kFixedOutdoor1: 4000>
kFixedOutdoor2 = <WhiteBalance.kFixedOutdoor2: 5000>
property name
property value
getBrightness() int

Get the brightness, as a percentage (0-100).

setBrightness(brightness: int) None

Set the brightness, as a percentage (0-100).

setExposureAuto() None

Set the exposure to auto aperature.

setExposureHoldCurrent() None

Set the exposure to hold current.

setExposureManual(value: int) None

Set the exposure to manual, as a percentage (0-100).

setWhiteBalanceAuto() None

Set the white balance to auto.

setWhiteBalanceHoldCurrent() None

Set the white balance to hold current.

setWhiteBalanceManual(value: int) None

Set the white balance to manual, with specified color temperature.