Software Archive
Read-only legacy content
17061 Discussions

Change exposure of RealSense R200

Michael_B_16
Beginner
236 Views

Currently I have trying to disable AutoExposure in the raw stream sample with the following code:

device->SetColorAutoExposure(false);
device->SetColorExposure(-5);

After the change, I cannot record or live stream with 1920 * 1080 * 30 color and 628 * 468 depth, and AcquireFrame will return PXC_STATUS_EXEC_ABORTED. But it can be run in live (adaptive) mode. Also it works if I use auto exposure.

Could anyone tell me the reason for this problem and how I should solve it. Thanks.

0 Kudos
1 Reply
Michael_B_16
Beginner
236 Views

Solved. It is the latest build of windows that causes the problem. Going back to previous build solves the problem.

0 Kudos
Reply