tcam-gigetool¶
An alternative tool to camera-ip-conf.
Arguments¶
The following arguments may be required by a command:
- IDENTIFIER
Unique identifier of the camera: serial number or MAC address
- FILENAME
Filename of firmware file to upload
-
-h
,
--help
¶
Show a help message
-
list
¶
List connected cameras.
-
--format
¶
Format of the device-specific information that will be printed. The field descriptors must be prepended with a ‘%’.
Default is %m%s%u%i.
- M
Name of the camera model
- S
Serial number of the camera
- U
User defined name, may be empty
- I
Current ip
- N
Current netmask
- G
Current gateway
- I
Persistent IP, may be empty
- N
Persistent netmask, may be empty
- G
Persistent gateway, may be empty
- F
Interface name, network interface that was used to reach the camera
- D
Yes/No field, stating if dhcp is enabled
- S
Yes/No field, stating if static ip settings are enabled
- M
MAC address of the camera
- R
Yes/No field saying if the camera is reachable for streaming
-
-
info
IDENTIFIER
¶ Show details of a camera.
Possible identifier would be the camera’s serial number or its MAC address.
-
set
[--ip IP] [--netmask NETMASK] [--gateway GATEWAY] [--mode {dhcp,static,linklocal}] [--name NAME] IDENTIFIER
¶ Permanently set configuration options on the camera
-
--ip
IP
¶ IP address to be set.
-
--netmask
NETMASK
¶ Netmask to be set.
-
--gateway
GATEWAY
¶ Gateway address to be set.
-
--mode
{dhcp,static,linklocal}
¶ IP configuration mode to be set.
-
--name
NAME
¶ Set a user-defined name. This is restricted to 15 characters or less.
-
-
rescue
--ip IP --netmask NETMASK --gateway GATEWAY IDENTIFIER
¶ Temporarily set IP configuration on the camera.
-
--ip
IP
¶ temporary IP address to be assigned
-
--netmask
NETMASK
¶ temporary netmask to be assigned
-
--gateway
GATEWAY
¶ temporary gateway address to be assigned
-
-
upload
IDENTIFIER FILENAME
¶ Upload a firmware file to the camera.
-
batchupload
[-n] [-b baseadress] INTERFACE FILENAME
¶ Upload a firmware file to all cameras connected to a network interface
-
-n
,
--noconfigure
¶
do not auto-configure IP addresses before upload
-
-b
BASEADDRESS
,
--baseaddress
BASEADDRESS
¶ lowest IP address to use for auto-configuration (default=x.x.x.10)
-