microsoft / Windows-Camera

Tools and samples for camera related APIs on Windows
MIT License
221 stars 71 forks source link

Class not registered #28

Closed oshuqair closed 2 years ago

oshuqair commented 2 years ago

I am trying to run the VirtualCameraSample on windows 11 I have the windows SDK 10.0.22000.0 installed but yet am getting Class not registered on virtual camera start call RETURN_IF_FAILED(spVirtualCamera->Start(nullptr));

any hints?

LPBourret commented 2 years ago

Hi, yes probably because the vcam is not registered on the system. The sample requires 2 steps:

my hunch is that step 1 is missing in your case resulting in that error

LPBourret commented 2 years ago

closing, reopen if you encounter this issue still