Mightex.Cam 1.1.0

dotnet add package Mightex.Cam --version 1.1.0                
NuGet\Install-Package Mightex.Cam -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mightex.Cam" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mightex.Cam --version 1.1.0                
#r "nuget: Mightex.Cam, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mightex.Cam as a Cake Addin
#addin nuget:?package=Mightex.Cam&version=1.1.0

// Install Mightex.Cam as a Cake Tool
#tool nuget:?package=Mightex.Cam&version=1.1.0                

Mightex USB 2.0 Buffer camera is designed for low cost machine vision applications, with high speed USB 2.0 interface and powerful PC camera engine, the camera delivers image data at high frame rate.

Mightex USB camera is using USB2.0 for data collection, USB2.0 hardware MUST be present on user's PC and Mighetx device driver MUST be installed properly before using Mgihtex demonstration applicatinon or developing application with Mightex SDK. To download USB camera device driver and user manual please visit https://www.mightexsystems.com.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 68 12/31/2024
1.0.0 83 12/26/2024

1 Add frame type property. Allow user to choose between raw data frame type and bitmap frame data type.
       In bitmap frame type, allow user to set brightness, contrast, sharpness, gamma value.
     2 Modify the UI type of range properties, such as gain value, brightness, constrast, sharpness, gamma from pure edit to slide bar.
     3 Correct the set ratio function name.