Skip to content

Commit c9eb2ae

Browse files
authored
Update privacy-shutter-replacement-image.md
Added additional note that this feature will not work on compressed frames.
1 parent 6583cfe commit c9eb2ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

windows-driver-docs-pr/stream/privacy-shutter-replacement-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This feature is only implemented by cameras that have privacy shutters/kill swit
1919

2020
Devices that want to support a custom image for image replacement must also provide a signed binary, part of their driver package that contains their replacement image.
2121

22+
Due to image replacement overwriting the existing output buffer, this requires that the device is outputing uncompressed frames. In the case of compressed frames, such as MJPEG and JPEG, no image replacement will occur and the original image from the driver will instead be delivered.
23+
2224
## Implementation overview
2325

2426
Image replacement occurs when a device sends the notification that shutter for the device is closed. If the shutter state is closed and image replacement is enabled, the camera pipeline loads the replacement image, either from a custom image provided by the camera driver or using the inbox replacement image shown here.

0 commit comments

Comments
 (0)