-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #686 from pupil-labs/Scene_camera_exposure_doc
Scene camera exposure doc
- Loading branch information
Showing
9 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Scene Camera Exposure | ||
The [scene camera’s](https://docs.pupil-labs.com/neon/data-collection/data-streams/#scene-video) exposure can be adjusted to improve image quality in different lighting conditions. There are four modes: | ||
|
||
- **Manual:** This mode lets you set the exposure time manually. | ||
- **Automatic**: `Highlights`, `Balanced`, and `Shadows` automatically adjust exposure according to the surrounding lighting. | ||
|
||
::: tip | ||
The mode you choose should depend on the lighting conditions in your environment. The images below provide some | ||
examples and important considerations. | ||
::: | ||
|
||
## Changing Exposure Modes | ||
From the home screen of the Neon Companion app, tap | ||
the [Scene and Eye Camera preview](https://docs.pupil-labs.com/neon/data-collection/first-recording/#_4-open-the-live-preview), | ||
and then select `Balanced` to reveal all four modes. | ||
|
||
## Manual Exposure Mode | ||
Allows you to set the exposure time between 1 ms and 1000 ms. | ||
|
||
::: tip | ||
Exposure duration is inversely related to camera frame rate. Exposure values above 330 ms will reduce the scene camera rate below 30fps. | ||
::: | ||
|
||
## Automatic Exposure Modes | ||
`Highlights`- optimizes the exposure to capture bright areas in the environment, while potentially underexposing dark areas. | ||
![This mode optimizes the exposure to capture bright areas in the environment, while potentially underexposing dark areas.](Highlight.webp) | ||
|
||
`Balanced` - optimizes the exposure to capture brighter and darker areas equally. | ||
![This mode optimizes the exposure to capture brighter and darker areas in the environment equally.](./Balance.webp) | ||
|
||
`Shadows` - optimizes the exposure to capture darker areas in the environment, while potentially overexposing brighter areas. | ||
![This mode optimizes the exposure to capture darker areas in the environment, while potentially overexposing bright areas.](Shadow.webp) |