Spectrometer
Spectrometer is a software written on .NET C# for Windows which allows you to analyze light spectrum in hardware limits of your web camera.
What can it be used for?
It is an example of very simple application for light analysis. It cannot be used without appropriate hardware developed by my friend, but it still works with any USB camera and you can do fun things by simply compile and run it. Also you can use my code to create a new application for your own needs.
It was made for Laser Light analysis, that is why it needs to be connected with right hardware, which works via standard web camera interface, but have some differences in light perception.


LICENSE
This software is published under LGPL v3 license because it depends on the LGPL build of the AForge.NET library. For more information please take a look in license file
Building the source
git clone git@github.com:optiklab/Spectrometer.git (or https if you use https)
Windows
After cloning the repository, open the solution in VS 2013 and press F5 to compile and run it.
Questions?
Please contact with me if you have any questions, suggestion and comments.

Log in or sign up for Devpost to join the conversation.