Updating with a few tips. Now updated to FW 1.4.
Yes, I'd definitely like to be able to exit the mobile app cleanly to save battery power. Can't believe that issue is still open!
As we know, the
advanced config pages can be accessed through:
http://ip-address/eng/liveView_debug.cgi
Login:
admin, Password:
what you set during initial setup.
This allows you to control and configure most aspects of the camera.
It can't adjust the orientation to portrait, but you can flip and mirror the image.
Going a step further, for those familiar with Unix/Linux/Busybox:
http://ip-address/cgi/admin/telnetd.cgi?command=on - This enables
Telnet daemon functions for the camera.
Then using a tool such as
PuTTY, you can access a Telnet terminal command-line to do some back-end adjustments. Login:
root, Password:
what you set during initial setup.
The primary memory (128mb) for the camera appears to be mounted read-only by default, which is a common approach for embedded devices.
But for an example of the additional power of this method:
You can use '
tftp' (trivial ftp) to transfer files from the camera to a TFTP server on the network e.g.:
tftp 192.168.1.10:69 -p -l 01.mp3 I can now confirm the format of the standard music (mp3) files in
/var/shared/music. Supported format appears to be:
44100Hz 32-bit (float) Mono, MP3 48kbps CBR. Largest track (02.mp3) is 71 seconds long, around 422 kilobytes. While I'm not sure of the upper limits, I suspect unfortunately this rules out loading my 60 minute brown-noise loop!
Similarly, you can access and transfer snapshot video and images from your SD card from
/mnt/usb/dcs-825l/yyyymmdd to another computer.
You can examine and effect some low-level settings which may not have a GUI configuration screen.
Standard boot scripts are linked in
/etc/rc.d/rcS.d/. Upon examination of scripts here, it appears you can disable the init boot music through configuration e.g.:
tdb set BootupMusic enable_byte=0
tdb flush (Caveat: yet to see if this settings change survives a reboot).
Web pages / cgi can also be found in a typical location in
/var/www/ Early days, but I'll post back if I find anything useful.