How to verify CMOS image sensor.

Joined
Oct 22, 2016
Messages
12
Reaction score
0
I bought a no-name IP Camera advertised as having a 1/2.7 CMOS image sensor.

How could I manually verify that through software;.
 
Joined
Oct 22, 2016
Messages
12
Reaction score
0
I tried to Telnet into the camera as "root" but I have no idea of what the password for login is? I tried no password, 1234, and root. The camera is a "Going" brand. Any Idea???
 
Joined
Oct 22, 2016
Messages
12
Reaction score
0
Login to the camera as root, and dump the boot log. The sensor name should be in the startup output, somewhere.
I got this far and don't know the commandline well enough to find the CMOS image sensor data. What next???


----------------------Console Commands----------------------------
232 Comm dump
485Pro 485 Protocol!
ability Net Ability Utility!
ad AD debug interface!
alarm Alarm status!
bitrate Dump BitRate infomation!
cfg Config Help Utility!
cloudupgrade CloudUpgrade console utility!
comm Comm Input String
encode Encode commands!
front front board utility!


fs Fs debug interface!
heap Dump heap status!
help Try help!
infoframe InfoFrame Console Utility!
log Log utility!
magic magic tools!
netitf NetInterFace Dump!
netm NetManager Dump!
onvif Onvif debug msg!
packet Packet usage!
ptz ptz dump!
quit Quit!
reboot Reboot the system!
record Record console utility!
rtp RTP Dump!
shell Linux shell prompt!
shutdown Shutdown the system!
snap Snap Console Utility!
thread Dump application threads!
time Set SystemTime!
timer Dump application timers!
upgrade Upgrade utility!
user Account Information!
ver version info!
xmcloud XmCloud Dump!
To see details, please use 'cmd -h'


admin$ log
log -d dump all log!
log -a [n] [type] append log!
log -c clear all log!
log -s dump stat info!
admin$ log -d
Save SysTime to Flash:2016-10-27 16:18:23, Time:5718 Min, Trail:5718 Min
 
Joined
Oct 22, 2016
Messages
12
Reaction score
0
run shell first
admin$ shell dmesg
Save SysTime to Flash:2016-10-27 16:58:23, Time:5758 Min, Trail:5758 Min
Save SysTime to Flash:2016-10-27 17:00:23, Time:5760 Min, Trail:5760 Min
Save SysTime to Flash:2016-10-27 17:02:23, Time:5762 Min, Trail:5762 Min
===================================3
===================================3
===================================3
Save SysTime to Flash:2016-10-27 17:04:23, Time:5764 Min, Trail:5764 Min
Save SysTime to Flash:2016-10-27 17:06:23, Time:5766 Min, Trail:5766 Min
===================================3
Save SysTime to Flash:2016-10-27 17:08:23, Time:5768 Min, Trail:5768 Min
Save SysTime to Flash:2016-10-27 17:10:23, Time:5770 Min, Trail:5770 Min
Save SysTime to Flash:2016-10-27 17:12:23, Time:5772 Min, Trail:5772 Min
Save SysTime to Flash:2016-10-27 17:14:23, Time:5774 Min, Trail:5774 Min
Save SysTime to Flash:2016-10-27 17:16:23, Time:5776 Min, Trail:5776 Min
Save SysTime to Flash:2016-10-27 17:18:23, Time:5778 Min, Trail:5778 Min
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,980
Reaction score
6,802
Location
Scotland
If it's giving a '$' prompt, you may need to use 'su' to get a '#' prompt.
Either way, try the command
cat /proc/kmsg
 
Top