Difference between revisions of "Live CD"
(→Structure) |
(→Special software) |
||
Line 13: | Line 13: | ||
<ul>We recommend to install following packages from our SourceForge page: | <ul>We recommend to install following packages from our SourceForge page: | ||
<li>[http://prdownloads.sourceforge.net/elphel/elphel-pack_1.4.0.4_i386.deb?download elphel-pack] | <li>[http://prdownloads.sourceforge.net/elphel/elphel-pack_1.4.0.4_i386.deb?download elphel-pack] | ||
− | It has utilites to configure network specially for cameras | + | It has utilites to configure network specially for cameras, search cameras in the LAN, update flash and helper for Mozilla/Firefox to work with .sdp files |
<li>[http://prdownloads.sourceforge.net/elphel/netcardconfig-knoppix_0.5-20-elphel-3_all.deb?download netcardconfig-knoppix elphel clone] | <li>[http://prdownloads.sourceforge.net/elphel/netcardconfig-knoppix_0.5-20-elphel-3_all.deb?download netcardconfig-knoppix elphel clone] | ||
− | |||
<li>[http://prdownloads.sourceforge.net/elphel/mplayer_1.0pre7-elphel-1_i386.deb?download patched MPlayer] | <li>[http://prdownloads.sourceforge.net/elphel/mplayer_1.0pre7-elphel-1_i386.deb?download patched MPlayer] | ||
− | |||
</ul> | </ul> | ||
Line 27: | Line 25: | ||
== Usage == | == Usage == | ||
=== Boot and use === | === Boot and use === | ||
+ | === Common software for video === | ||
+ | ==== mplayer ==== | ||
+ | To watch rtp stream from our cameras. | ||
+ | |||
+ | ... | ||
+ | |||
+ | ==== mencoder ==== | ||
+ | To record rtp stream from our cameras. | ||
+ | |||
+ | ... | ||
+ | |||
=== Special software === | === Special software === | ||
− | + | ==== netcardconfig ==== | |
+ | netcardconfig is an improved version of knoppix network configurator. | ||
+ | It need root priveleges. | ||
+ | It has two modes are interactive and batch. | ||
+ | |||
+ | ... | ||
+ | |||
+ | It is called from startup script on our Live CD. | ||
+ | If you have installed netcardconfig-knoppix not on our distro, possible you need to insert call for the script in a system startup script. | ||
+ | ==== netcamconfig ==== | ||
+ | Run "netcamconfig" as user "root" to apply additional network settings and some kernel parameters. | ||
+ | |||
+ | This script adds aliases for the network card with most popular LAN ip adresses, | ||
+ | adds route records for multicast ip addresses | ||
+ | and changes kernel parameters to prevent long i/o operations with hard drive, | ||
− | + | It is called from startup script on our Live CD after netcardconfig. | |
− | + | If you have installed elphel-pack not on our distro, possible you need to insert call for the script in a system startup script. | |
− | + | ==== camsearch ==== | |
− | flashit | + | ==== flashit ==== |
− | + | ==== sdp-helper ==== | |
=== Work with packages === | === Work with packages === |
Revision as of 12:46, 28 September 2005
The Live CD based on Knoppix which is based on Debian.
Contents
Structure
The Live CD contain multipurpose GNU/Linux software and a special software for elphel cameras. The software is organized as debian packages. Our debian packages are presented on our SourcreForge page in the Live-CD and Players sections.
Root file system of Knoppix is compressed and cloop kernel module is needed to decompress it on-fly when it is necessary. The CD contains comressed root file system, boot loader and flash tarballs for different modeles of our cameras.
If you already have installed Debian or Knoppix system, you can add some our debs to work with our cameras.
- We recommend to install following packages from our SourceForge page:
- elphel-pack It has utilites to configure network specially for cameras, search cameras in the LAN, update flash and helper for Mozilla/Firefox to work with .sdp files
- netcardconfig-knoppix elphel clone
- patched MPlayer
To install selected package(s) you may use the following command:
# dpkg -i --force-overwrite <deb-file-name>
Usage
Boot and use
Common software for video
mplayer
To watch rtp stream from our cameras.
...
mencoder
To record rtp stream from our cameras.
...
Special software
netcardconfig
netcardconfig is an improved version of knoppix network configurator. It need root priveleges. It has two modes are interactive and batch.
...
It is called from startup script on our Live CD. If you have installed netcardconfig-knoppix not on our distro, possible you need to insert call for the script in a system startup script.
netcamconfig
Run "netcamconfig" as user "root" to apply additional network settings and some kernel parameters.
This script adds aliases for the network card with most popular LAN ip adresses, adds route records for multicast ip addresses and changes kernel parameters to prevent long i/o operations with hard drive,
It is called from startup script on our Live CD after netcardconfig. If you have installed elphel-pack not on our distro, possible you need to insert call for the script in a system startup script.