Hikvision compatible (Anpviz) URL for jpg and upgrade to HIK firmware

User019

Young grasshopper
Dec 28, 2015
38
2
Hello,
i bought anpviz IPC-D230W Camera. From hardware it seems to be hihvision or very simmilar. Picture quality IMHO the same. Just the firmware is another. Lack of telnet, another

Do you know URL for snapshot JPG in full resolution? according to documentation:
- full resolution JPG
- substream jpg 736x480

Unfortunately both are giving 736x480.
Second question: what do you think about upgrading to hikvision firmware? would it be possible?

firmware is
Kernel Version Linux 3.18.30 #20 PREEMPT Thu Jan 11 11:21:55 CST 2018 armv7l

File System Version YM200E10-N_AF_V0_BU_Y_EN-H5_L V3.0.1.14 build 2020-03-02 14:36:35

Web Version 2019-12-03 14:08:00



View attachment 61569
 
Last edited:
I've patched this firmware yesterday, but it did not helped.

How to uncomment telnet?
 
Do you know URL for snapshot JPG in full resolution? according to documentation:
- full resolution JPG
- substream jpg 736x480
Maybe they have listed the stream numbers the wrong way round.
This from the user manual :
How to fetch the RTSP video stream and http snapshot?
Main Stream: rtsp:/IP:554/h264?username=admin&password=123456
Sub Stream: rtsp:/IP:554/h264cif?username=admin&password=123456
low resolution snapshot: HD snapshot :

If neither does the full-res - maybe contact the supplier?
 

Attachments

stream=0 or stream=1 does not make change.
I've unpacked firmware and im trying to read files. Has anyone tried to connect to uart at mainboard? maybe there is place with uart pinout
 
it is based on busybox too. Probably there is RS232 output and there is debug
#!/bin/sh
export PS1='[\w]## '

source /etc/profile
/bin/getty -L ttyS0 115200 vt100


interestant
### platform
chip=cat /sys/devices/soc0/machine | awk '{print $2}'

if [ $chip == "MSC000A-S03A-64M" ]
then
### MSC313E
else
# 316DM+OV4689 SW OSD
# SW OSD ; 32 align privacy mask

tar -zxvf /opt/ch/data.tgz -C /tmp
mkdir /tmp/ajdata
ln -s /tmp/data /tmp/ajdata

in RcS there is
#telnetd &

commented:)

Will try to change file and pack back firmware. I don't know if there is consistency check on firmware.
 
Last edited:
Found in webserver firmware - probably available methods are only stream=1 as below in file ".rodata"

snapshot.cgi stream=1 upload=0 upload=1 upload=2 upload=3

Methods upload are reserved for ipcams with sdcard
 
  • Like
Reactions: alastairstevenson