Skip to content

Alteka/DeviceKontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alteka Device Kontrol

A simple utility for Windows, to access Webcam Settings easily.

License: GPL v3 GitHub release GitHub issues

About

Most webcams on windows use USB 'Video Input Device Class' specifications. This can let you control certain parameters but these aren't exposed in any kind of user interface very well. This app simply wraps the devices out to a basic control window (rendered by ffmpeg).

Design

The app is based around Electron to create and manage the windows. The content is heavily Vue.js driven.

Build Setup

#Clone the repo into a folder
# cd into the folder and run the below
#You'll need to have node.js installed

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run electron:serve

# build electron application for production
yarn run electron:build

Customize configuration

See Configuration Reference.


For more information please see our website: Alteka Solutions