PepperDash.Essentials.Plugin.EpiPanasonicCamera
1.2.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PepperDash.Essentials.Plugin.EpiPanasonicCamera --version 1.2.0
NuGet\Install-Package PepperDash.Essentials.Plugin.EpiPanasonicCamera -Version 1.2.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="PepperDash.Essentials.Plugin.EpiPanasonicCamera" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PepperDash.Essentials.Plugin.EpiPanasonicCamera --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PepperDash.Essentials.Plugin.EpiPanasonicCamera, 1.2.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 PepperDash.Essentials.Plugin.EpiPanasonicCamera as a Cake Addin #addin nuget:?package=PepperDash.Essentials.Plugin.EpiPanasonicCamera&version=1.2.0 // Install PepperDash.Essentials.Plugin.EpiPanasonicCamera as a Cake Tool #tool nuget:?package=PepperDash.Essentials.Plugin.EpiPanasonicCamera&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Panasonic Camera Plugin
Controls the following cameras:
- AW-HE20
- AW-HE120
- AW-HE60
- AW-HE130
- AW-HE70
- AW-HE40
- AW-SFU01
- AK-UB300
- AW-HR140
- AW-UE150
- AK-UB300
- AW-UE150
- AW-HE42
Essentials Device Configuration
{
"key": "camera-1",
"name": "Camera 1",
"type": "panasonicHttpCamera",
"group": "plugin",
"properties": {
"control": {
"method": "http",
"tcpSshProperties": {
"address": "10.120.17.69",
"port": 80
}
},
"presets": [
{
"Name": "Preset 1",
"Id": 1
},
{
"Name": "Preset 2",
"Id": 2
},
{
"Name": "Preset 3",
"Id": 3
}
],
"panSpeed": 25,
"titlSpeed": 25,
"zoomSpeed": 25,
"homeCommand": "",
"privacyCommand": ""
}
}
Essentials Bridging
{
"key": "plugin-bridge-1",
"name": "Plugin Bridge",
"group": "api",
"type": "eiscApiAdvanced",
"properties": {
"control": {
"tcpSshProperties": {
"address": "127.0.0.2",
"port": 0
},
"ipid": "B2",
"method": "ipidTcp"
},
"devices": [
{
"deviceKey": "camera-1",
"joinStart": 1
}
]
}
}
Essentials Bridge Join Map
The join map below documents the commands implemented in this plugin.
Digitals
Input | I/O | Output |
---|---|---|
Tilt up | 1 | |
Tilt down | 2 | |
Pan left | 3 | |
Pan right | 4 | |
Zoom in | 5 | |
Zoom out | 6 | |
Power on | 7 | Power on Fb |
Power off | 8 | Power off fb |
9 | Is online fb | |
Home | 10 | |
Preset 1 recall | 11 | |
Preset 2 recall | 12 | |
Preset 15 recall | 25 | |
Preset 16 recall | 26 | |
Preset 1 save | 31 | |
Preset 2 save | 32 | |
Preset 15 save | 45 | |
Preset 16 save | 46 | |
Privacy on | 48 | |
Privacy off | 49 |
Analogs
Input | I/O | Output |
---|---|---|
Pan speed | 1 | Pan speed fb |
Tilt speed | 2 | Tilt speed fb |
Zoom speed | 3 | Zoom speed fb |
11 | Number of presets fb |
Serials
Input | I/O | Output |
---|---|---|
1 | Device name fb | |
IP address | 2 | IP address fb |
11 | Preset 1 name fb | |
12 | Preset 2 name fb | |
25 | Preset 15 name fb | |
26 | Preset 16 name fb | |
Device communication | 50 | Device communication fb |
DEVJSON Commands
When using DEVJSON commands update the program index devjson:{programIndex}
and deviceKey
values to match the testing environment.
devjson:1 {"deviceKey":"camera-1", "methodName":"CameraOn", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"CameraOff", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"PanLeft", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"PanRight", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"PanStop", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"TiltUp", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"TiltDown", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"TiltStop", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"ZoomIn", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"ZoomOut", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"ZoomStop", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"PositionHome", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"PositionPrivacy", "params":[]}
devjson:1 {"deviceKey":"camera-1", "methodName":"RecallPreset", "params":[4]}
devjson:1 {"deviceKey":"camera-1", "methodName":"SavePreset", "params":[9]}
devjson:1 {"deviceKey":"camera-1", "methodName":"SendCustomCommand", "params":["customCommandString"]}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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.2.1-beta-12 | 182 | 6/7/2023 |
1.2.1-alpha-17 | 220 | 7/6/2023 |
1.2.1-alpha-16 | 155 | 6/27/2023 |
1.2.1-alpha-15 | 167 | 6/27/2023 |
1.2.1-alpha-14 | 162 | 6/27/2023 |
1.2.1-alpha-13 | 177 | 6/27/2023 |
1.2.0 | 268 | 6/7/2023 |
1.1.8-beta-11 | 194 | 6/1/2023 |
1.1.8-beta-10 | 173 | 6/1/2023 |
1.1.7 | 186 | 5/5/2023 |
1.1.7-hotfix-2 | 226 | 4/5/2023 |
1.1.7-beta-9 | 210 | 4/25/2023 |
1.1.7-beta-8 | 173 | 4/18/2023 |
1.1.7-beta-7 | 177 | 4/18/2023 |
1.1.7-beta-6 | 190 | 4/18/2023 |
1.1.7-beta-5 | 152 | 4/18/2023 |
1.1.7-beta-4 | 197 | 4/18/2023 |