All Projects → flowerinthenight → windows-camera-tools

flowerinthenight / windows-camera-tools

Licence: MIT license
A generic command line tool to control camera properties in Windows. Useful camera related functions (DirectShow, Media Foundation) are included in a dll as well for easy reuse in other projects.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to windows-camera-tools

Mpc Hc
MPC-HC's main repository. For support use our Trac: https://trac.mpc-hc.org/
Stars: ✭ 3,567 (+15408.7%)
Mutual labels:  windows-desktop, directshow
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (+782.61%)
Mutual labels:  windows-desktop
Autohotkey Script Open Show Apps
AutoHotkey script to open, restore or minimize, Window's and Chrome's Apps using hotkeys
Stars: ✭ 73 (+217.39%)
Mutual labels:  windows-desktop
Netsparkle
NetSparkle is a C# software update framework for .NET developers compatible with .NET Core, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs. 2.0 is stable but still in preview.
Stars: ✭ 154 (+569.57%)
Mutual labels:  windows-desktop
Cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
Stars: ✭ 1,307 (+5582.61%)
Mutual labels:  windows-desktop
Webviewane
WebView Adobe Air Native Extension for macOS 10.10+, Windows Desktop, iOS 9.0+ and Android 19+. This ANE provides access to a more modern webview from AIR.
Stars: ✭ 169 (+634.78%)
Mutual labels:  windows-desktop
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (+4130.43%)
Mutual labels:  windows-desktop
countly-sdk-windows
Windows Phone & Windows SDK for Countly Analytics
Stars: ✭ 21 (-8.7%)
Mutual labels:  windows-desktop
Methanekit
🎲 Modern 3D graphics made simple with cross-platform C++17 meta-API on top of DirectX 12 & Metal (Vulkan is coming)
Stars: ✭ 197 (+756.52%)
Mutual labels:  windows-desktop
Win32 Programming
Win32编程
Stars: ✭ 151 (+556.52%)
Mutual labels:  windows-desktop
Parquetviewer
Simple windows desktop application for viewing & querying Apache Parquet files
Stars: ✭ 145 (+530.43%)
Mutual labels:  windows-desktop
Dockpanelsuite
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
Stars: ✭ 1,326 (+5665.22%)
Mutual labels:  windows-desktop
Mctrl
C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.
Stars: ✭ 169 (+634.78%)
Mutual labels:  windows-desktop
Renative
🚀🚀🚀Build universal cross-platform apps with React Native. Includes latest iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
Stars: ✭ 1,199 (+5113.04%)
Mutual labels:  windows-desktop
Emupedia.github.io
The purpose of Emupedia is to serve as a nonprofit meta-resource, hub and community for those interested mainly in video game preservation which aims to digitally collect, archive and preserve games and software to make them available online accessible by a user-friendly UI that simulates several retro operating systems for educational purposes.
Stars: ✭ 206 (+795.65%)
Mutual labels:  windows-desktop
Script Reset Windows Update Tool
This script reset the Windows Update Components.
Stars: ✭ 68 (+195.65%)
Mutual labels:  windows-desktop
Borderless Window
A minimal borderless window with the Windows API
Stars: ✭ 131 (+469.57%)
Mutual labels:  windows-desktop
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+14573.91%)
Mutual labels:  windows-desktop
gdcl.co.uk-mpeg4
DirectShow MPEG-4 Part 14 (.MP4) Multiplexer and Demultiplexer Filters
Stars: ✭ 27 (+17.39%)
Mutual labels:  directshow
sipsorcery-media
The SIPSorcery library for WebRTC infrastructure and Windows audio and video capture.
Stars: ✭ 19 (-17.39%)
Mutual labels:  media-foundation

Build status

windows-camera-tools

A generic command line tool to control camera properties in Windows. The tool's name is camera-cmd.exe. You can also view the information below in command line by running camera-cmd.exe without arguments.

Syntax

camera-cmd.exe option [parameters...]

Options

fnames

Lists the available/attached camera(s) in the system. Returns the number of available camera(s) found if any, otherwise returns -1.

mediainfo
mediainfo -fname:<camera_friendly_name>

Lists media-related information of the provided camera name. Returns the number of information structures retrieved. camera_friendly_name is the friendly name of the camera device/driver. You can use the fnames option to get the available friendly names, or see Device Manager -> Imaging devices.

Example
camera-cmd.exe mediainfo -fname:Integrated Camera
proppage
proppage -fname:<camera_friendly_name>

Opens the driver-provided (if any) extended property page(s). camera_friendly_name is the friendly name of the camera device/driver. You can use the fnames option to get the available friendly names, or see Device Manager -> Imaging devices.

Example
camera-cmd.exe proppage -fname:Integrated Camera
issyscam
issyscam -fname:<camera_friendly_name>

Returns the index of the camera friendly name being queried. Returns -1 on failure, or when the camera is not found. camera_friendly_name is the friendly name of the camera device/driver. You can use the fnames option to get the available friendly names, or see Device Manager -> Imaging devices.

Example
camera-cmd.exe issyscam -fname:Integrated Camera
privacy
privacy -fname:<camera_friendly_name> [-state:<0|1>]

Controls the camera privacy properties (if supported). camera_friendly_name is the friendly name of the camera device/driver. You can use the fnames option to get the available friendly names, or see Device Manager -> Imaging devices. Valid -state: values are 0 (disabled), and 1 (enabled). If only -fname:... is provided, returns the current state. If -state:... is provided after fname:..., sets the privacy state to the value provided. Returns 0 on success, -1 on failure.

Examples
camera-cmd.exe privacy -fname:Integrated Camera
camera-cmd.exe privacy -fname:Integrated Camera -state:1
flash
flash -fname:<camera_friendly_name> [-state:<0|1|2>]

Controls the camera flash properties (if supported). camera_friendly_name is the friendly name of the camera device/driver. You can use the fnames option to get the available friendly names, or see Device Manager -> Imaging devices. Valid -state: values are 0 (flash off), 1 (flash on), and 2 (auto-flash). If only -fname:... is provided, returns the current state. If -state:... is provided after fname:..., sets the flash state to the value provided. Returns 0 on success, -1 on failure.

Examples
camera-cmd.exe flash -fname:Integrated Camera
camera-cmd.exe flash -fname:Integrated Camera -state:2
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].