Share via


ICameraControl::get_ExposureRelative

 
Microsoft DirectShow 9.0

ICameraControl::get_ExposureRelative

This topic applies only to Windows XP Service Pack 2 and later.

The get_ExposureRelative method returns the camera's relative exposure time. The relative exposure time is expressed as a number of steps, where the size of each step depends on the camera model.

Syntax

  HRESULT get_ExposureRelative(
  long*  pValue,
  long*  pFlags
);

Parameters

pValue

[out]  Receives the relative exposure. To get the range of possible values, call ICameraControl::getRange_ExposureRelative.

Value Description
0 Default exposure time.
Postive value Incremented by one step.
Negative value Decremented by one step.

pFlags

[out]  Receives one or more flags. See CameraControlFlags.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: Use Strmiids.lib.

See Also