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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.