Hi,
I recently resolved an issue where Windows Studio Effects were not appearing in the quick settings panel or camera settings on my Windows 11 device, despite having a compatible NPU and the Studio Effects driver installed.
My system:
- Device: Lenovo LOQ 15AHP10
- OS: Windows 11 Pro (Build 26100)
- Camera Vendor: SunplusIT (USB\VID_30C9&PID_00F8)
- NPU: AMD Ryzen AI
The problem was that the Studio Effects driver was installed, but not properly linked to the camera device. Using PowerShell, I checked the LowerFilters property of the camera and found only WdmCompanionFilter, with no mention of StudioEffectsFilter.
After trying multiple approaches, I resolved the issue by installing a Sunplus camera driver that includes Studio Effects support, using a batch script to automate the installation. The driver was extracted from a .cab package provided by Lenovo (originally for a Yoga Pro model), which contained:
Sunplus_2.0.18.7
Microsoft_2.0.11.0 (Studio Effects)
The batch script installed the correct .inf file and registered the driver properly. After installation:
The camera was correctly recognized
StudioEffectsFilter appeared in the LowerFilters
The Studio Effects UI appeared under Settings > Bluetooth & Devices > Camera
- Effects like background blur, eye contact, and automatic framing are now working system-wideAfter trying multiple approaches, I resolved the issue by installing a Sunplus camera driver that includes Studio Effects support, using a batch script to automate the installation. The driver was extracted from a .cab package provided by Lenovo (originally for a Yoga Pro model), which contained:
- Sunplus_2.0.18.7
- Microsoft_2.0.11.0 (Studio Effects)
- The camera was correctly recognized
- StudioEffectsFilter appeared in the LowerFilters
- The Studio Effects UI appeared under Settings > Bluetooth & Devices > Camera
- Effects like background blur, eye contact, and automatic framing are now working system-wide