AntiCam is a tool designed to list all connected cameras on a Windows device and enable or disable them as needed. This utility allows quick management of camera devices without needing to navigate through Device Manager.
- Device Detection: Lists all connected camera devices with details.
- Enable/Disable Cameras: Allows users to enable or disable specific cameras.
- Simple Interaction: Provides a command-line interface for straightforward use.
Platform | Supported | Tested | Version |
---|---|---|---|
Windows | ✅ | ✅ | Windows 11 24H2 |
Linux | ❌ | ❌ | ❌ |
macOS | ❌ | ❌ | ❌ |
-
Clone the Repository:
git clone https://github.com/9dl/AntiCam.git cd anticam
-
Install Dependencies: Install the WMI package required for Windows device queries:
go get github.com/StackExchange/wmi
-
Build the Project:
go build -o anticam
-
Run the Tool:
./anticam
When run, AntiCam will list all connected camera devices. Users can then select a device by its ID and choose to enable or disable it via a command-line prompt.