Linux Driver for the Spectral Instruments 3097 PCI camera card.
Categories
Data VisualizationLicense
GNU General Public License version 2.0 (GPLv2)Follow si3097 linux driver
Other Useful Business Software
$300 in Free Credit for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
We have updated our 454 FLX Sequencer to CentOS 5.7 and needed a driver for the camera. This driver can be compiled for every 32 bit version and works 100% with the FLX camera. I've changed the following line in module.c: /* int maxever = 33554432; this is for lotis */ int maxever = 34604064; /* this is for Roche 454 FLX camera */ Re-compiled and inserted the module and now it recognizes the camera without error messages. I get a reasonable readout for the temperature and the pressure of the camera and image acquisition works fine, too.