microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.75k stars 4.89k forks source link

Support Occlusion Image in AvsCamera #1155

Open gerritsMSFT opened 2 months ago

gerritsMSFT commented 2 months ago

Add support for 3rd Party Image Occlusion for an example for how to add an Image file to the system

gerritsMSFT commented 2 months ago

Updating AvsCamera to include support for Driver based Image Occlusion for Rear camera, and Platform based Image Occlusion for Front Camera

kasumman commented 2 months ago

HKR,,EnableImageReplacement,%REG_DWORD%,1

Should the sample have the optional CameraImageBackgroundColor as well?


Refers to: avstream/avscamera/sys/avscamera.inx:71 in 67aa1d4. [](commit_id = 67aa1d400af6f7666d6823103150b734379f6d31, deletion_comment = False)

JakobL-MSFT commented 1 month ago

Btw. Sample changes would go to develop branch normally. Right now is a special situation where main and develop happens to be identical, so no big deal.