camera access when trying to make a video call

Kenneth Camp 20 Reputation points
2026-01-21T22:35:18.2666667+00:00

Tried to do a video call and my camera does not come on. How do I access my camera when video calling? The camera button to click it on is dimmed and I can't click it to make it work.

Windows for home | Other | Devices and drivers
0 comments No comments

Answer accepted by question author
Estrella721 46,015 Reputation points Independent Advisor
2026-01-22T00:55:20.4366667+00:00

Hi,

In your search bar, type “Camera” and press Enter. Does it open and work there?

If it works, which specific app are you using to make video calls?

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Oldest
  1. AI answer

    2026-01-21T22:35:26.6633333+00:00

    To access your camera during a video call, you should first ensure that your app has permission to use the camera. Here are some steps you can follow:

    1. Check Camera Access in Settings: Go to your device's settings and navigate to Privacy & Security -> Camera. Ensure that camera access is enabled for your video calling app.
    2. Check App Capability: If you are developing an app or using a specific application, check if the app has the necessary permissions. For packaged apps, you can use the AppCapability class to check if your app has access to the camera. If access is denied, the camera button may be dimmed.
    3. Restart the App: Sometimes, simply restarting the video calling app can resolve the issue.
    4. Update Drivers: Ensure that your camera drivers are up to date. You can visit the manufacturer's website to download the latest drivers.
    5. Use Device Manager: If you are using a web-based calling SDK, you can manage devices using the deviceManager. Make sure to enumerate local devices and select the appropriate camera for use.

    If the camera button remains dimmed after checking these settings, it may indicate that the app does not have permission to access the camera, or there may be an issue with the camera itself.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    4 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.