[MCR] R6 EN camera firmware 5.4.4 repack +SSH -PSH

Carcus

Getting the hang of it
Joined
Oct 24, 2015
Messages
144
Reaction score
17
Hi Monte,

Does root access give you more access?

If so do you know the root password? thanks
 

2pi

n3wb
Joined
Jun 13, 2016
Messages
7
Reaction score
1
Hello Monte,

is there any way to configure the R6 also back to support 4 lines within line detection - like originally "designed". I know, it has been depreciated due to "performance" of the HW, but I would rather use line detection iso intrusion detection ...

Your advice would be highly appreciated...

thx
 

whoslooking

IPCT Contributor
Joined
Oct 3, 2014
Messages
1,524
Reaction score
548
Location
London
it was nothing to do with performance, it's a smart feature that worth charging extra for. 4 line was the max even though we can tweak it up to 8 lines in the settings.
 

2pi

n3wb
Joined
Jun 13, 2016
Messages
7
Reaction score
1
ok, that's sounds good - I have actually still seen some 2142 advertised with
Line crossing 4 lines
Intruder detection 4 regions
ROIs 4 regions

So how could it be tweaked back to those original specs?
 

ypoosn

n3wb
Joined
Nov 13, 2016
Messages
10
Reaction score
1
Hi,

thanks for this "improved" firmware.

I am trying to get some files from the camera using commands proposed here:HIKVISION tweaking - CCTV Forum

ssh admin@camip "cat [fileoncam]" > [localfile]

but I get the error response "ssh exec request failed on channel 0"

Is this a problem of my cygwin64 installation? Any suggestions are appreciated.

best,

gne
 

ypoosn

n3wb
Joined
Nov 13, 2016
Messages
10
Reaction score
1
It sounds like the full bash shell may not be available.
Log in with "ssh admin@camip" and see if the 'cat' command is available.
Yes, cat command is available in /bin and works

Code:
$ ssh admin@camip
admin@camip password:
montecrypto repack
# ls
bin                        home                       root
board_vin0_vsync_irq_gpio  init                       sbin
config                     lib                        srv
dav                        linuxrc                    sys
davinci                    mnt                        tmp
dev                        opt                        usr
etc                        proc                       var
# ls bin
IPZOOMDebug             getModuleVer            setAgingMode
[                       getMtu                  setAgingTime
[[                      getNetConnInfo          setAlarm
addgroup                getPTPos                setAppwebDebug
adduser                 getPacketType           setDebug
aflibDebug              getPreviewStatus        setFtpService
ash                     getPreviewStatus_inner  setGateway
awk                     getRtcpStatus           setIp
bash                    getUserOnlineInfo       setLBS
busybox                 get_wdt_state           setLensZoomPos
camCmd                  grep                    setLowDelayMode
cat                     gunzip                  setMtu
check_config            gzip                    setPacketType
check_rs232             iostat                  setRtcpStatus
chmod                   kill                    setSerial485Status
copyAlarmInfo           ln                      setV6ip
cp                      login                   set_part_flg
da_info                 ls                      sh
date                    lzcat                   showDefence
dayICR                  lzma                    showKey
debugLog                mkdir                   showServer
delgroup                mknod                   showStatus
deluser                 mount                   showUpnp
df                      mpstat                  sleep
diagnose                mv                      startSaveAlarmInfo
dm365                   netstat                 stopSaveAlarmInfo
dmesg                   network_deamon          stty
dspStatus               nightICR                su
du                      outputClose             sync
echo                    outputOpen              t1
egrep                   passwd                  tail
env                     ping                    tar
execSystemCmd           ping6                   taskShow
false                   pppd                    test
fgrep                   pppoe                   top
free                    pppoed                  touch
fsync                   prtHardInfo             true
gdbcfg                  prtLensCurve            umount
getAgingMode            ps                      uname
getAgingTime            psh                     unlzma
getAlarmStatus          psh.old                 unxz
getAppwebStatus         pwd                     upgcfg
getDebug                resetParam              xz
getIp                   resetPasswd             xzcat
getLensCurve            rm                      zcat
getLensZoomPos          rz
getLowDelayMode         sed
#
Any other alternative to copy files? scp / ftp not available or
not working (setFtpService start)?

best gnegne
 

2pi

n3wb
Joined
Jun 13, 2016
Messages
7
Reaction score
1
I have had the same problem. Just mounted smb/NFS storage from Web interface (from shell on camera /mnt/nfs00 in my case) and used this mounted drive for copying files to and from camera.
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,929
Reaction score
6,777
Location
Scotland
Beat me to it!
Simplest and best method - works for both SMB/CIFS (eg Windows) and NFS (NAS) type shares. And no requirement to 'format' the NetHDD.
 
Top