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
<PackageReference Include="AVCoders.Camera" Version="2026.9.4" />
<PackageVersion Include="AVCoders.Camera" Version="2026.9.4" />
<PackageReference Include="AVCoders.Camera" />
paket add AVCoders.Camera --version 2026.9.4
#r "nuget: AVCoders.Camera, 2026.9.4"
#:package AVCoders.Camera@2026.9.4
#addin nuget:?package=AVCoders.Camera&version=2026.9.4
#tool nuget:?package=AVCoders.Camera&version=2026.9.4
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
SonyViscaAverVisca— implementsITrackingCameraLumensCL511AutomateVX(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 | Versions 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. |
-
net10.0
- AVCoders.Core (>= 2026.9.4)
-
net8.0
- AVCoders.Core (>= 2026.9.4)
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.