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
99.99% Uptime for MySQL and PostgreSQL on Google Cloud
Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
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.