here's some stuff that Ive thought about:
uclinux features (assuming the cam's resources permit...)
-getting crond going
-getting somekind of 'minimal' scripting language going (something more than bash/shell scripting, like an embedded version of perl, python, php? dont know if this is even feasible)
-nfs client or some other method of pulling & storing camera config from a remote 'ipcam config' server
-get 'reboot' command working (i havent been able to get this to work yet)
camera features
-user-defined patrol regions
-ability to disable IR leds (for those who need to point the cam 'through a window' and have a separate IR floodlight setup outside)...not sure if this is possible to do through software though...
-basic command-line cam tools to control cam (pan/tilt/etc)
-create a much more compact/cleaner webui structure
--add a custom, minimal jquery library (or similar)
--use somekind of 'site template' structure & try to do more 'content fills' using ajax calls
--remove all comments/spacing&CrLf's/unnecessary html tags from source files
--remove unneeded html files from source
--remove unneeded language support (allow user to select & upload only the desired langpacks)
--store webfile's in gzipped format, and then serve it pre-compressed to http clients (this would break compatibility with older browsers, but should be a non-issue with most modern browsers anyway, right? dont even know if this is possible, im just thinking out loud, but in theory it would save space on flash and help increase network performance to clients)
of course this is all just a wish list & some random thoughts...
questions/feedback/comments welcome