AVCoders.Camera 2026.9.4

Prefix Reserved
dotnet add package AVCoders.Camera --version 2026.9.4
                    
NuGet\Install-Package AVCoders.Camera -Version 2026.9.4
                    
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="AVCoders.Camera" Version="2026.9.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AVCoders.Camera" Version="2026.9.4" />
                    
Directory.Packages.props
<PackageReference Include="AVCoders.Camera" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AVCoders.Camera --version 2026.9.4
                    
#r "nuget: AVCoders.Camera, 2026.9.4"
                    
#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.
#:package AVCoders.Camera@2026.9.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AVCoders.Camera&version=2026.9.4
                    
Install as a Cake Addin
#tool nuget:?package=AVCoders.Camera&version=2026.9.4
                    
Install as a Cake Tool

AVCoders.Camera

PTZ camera and auto-tracking drivers for the AV Coders device library. Built on AVCoders.Core. Targets .NET 8.0.

Install

dotnet add package AVCoders.Camera

Published to nuget.org. See the repository README for details.

Drivers

  • SonyVisca
  • AverVisca — implements ITrackingCamera
  • LumensCL511
  • AutomateVX (1 Beyond)

Usage

Drivers derive from CameraBase and talk to hardware through a transport from AVCoders.CommunicationClients. See the repository README for full wiring, logging and tracing setup.

Cameras that can't reply

If the camera is wired one-way (transmit only), set DeviceSendsResponses = false on the driver. Drivers that normally wait for replies (SonyVisca, AverVisca) then stop polling and update power and preset feedback as each command is handed to the transport. LumensCL511 never reads replies, so it reports false from construction and logs a warning if asked to change.

Assumed feedback is only as good as the transport: if a client queues or drops bytes while it is disconnected, the driver cannot tell and still reports the command as done.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AVCoders.Camera:

Package Downloads
AVCoders.SignalR.Camera

SignalR hub and bridge for AV Coders cameras: power, preset recall and tracking mode broadcast to connected UIs.

AVCoders.Crestron.TouchPanel

Touch panel menu and UI helpers for Crestron panels: display, motor, AVoIP, sync, level, PDU and Q-SYS source menus, PIN entry, confirmation and status pages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.9.4 0 9/14/2026
2026.9.2 98 9/2/2026
2026.9.1 105 9/2/2026
2026.8.5 112 8/27/2026
2026.8.4 115 8/26/2026
2026.8.3 111 8/26/2026
2026.8.2 117 8/24/2026
2026.8.1 155 8/11/2026
2026.7.3 134 7/22/2026
2026.7.2 156 7/21/2026
2026.7.1 111 7/20/2026