How to tell camera model?

TundraCam

Young grasshopper
Joined
May 19, 2020
Messages
54
Reaction score
21
Location
Minnesota
I logged in to the web interface for a couple of cameras to get the model number and couldn't find it anywhere. Is it there and I missed it? Some other way to tell the model #?

Thanks,
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
18,534
Reaction score
43,604
Location
Alabama
+1^^.
But IF you're feeling fancy, issue the following HTTP command with a browser and you'll get YOUR response; mine is at the bottom:

Code:
http://username:password@Camera-IP/cgi-bin/magicBox.cgi?action=getSystemInfo

appAutoStart=true
deviceType=IPC-HDW5442TM-AS
hardwareVersion=1.00
processor=HI3516DV300
serialNumber=????????????
updateSerial=IPC-HDW5442TP-AS
 
Last edited:

TheOtherMike

Getting the hang of it
Joined
Dec 28, 2022
Messages
60
Reaction score
32
Location
Midwest
One of my camera's "deviceType" got whacked in a firmware update, but the "updateSerial" is good.
Using the command provided above:

deviceType=IPC
hardwareVersion=1.00
processor=AX620D
serialNumber=9E09E25nunya
updateSerial=IPC-HFW5442E-ZE-0832
updateSerialCloudUpgrade=IPC-HFW5442E-ZE-0832


Another of the same camera type has the expected deviceType:

deviceType=IPC-B54IR-Z4E-S3
hardwareVersion=1.00
processor=AX620D
serialNumber=9K0D7ACnunya
updateSerial=IPC-HFW5442E-ZE-0832
 
Top