Skip to content

optiklab/Spectrometer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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.

1

2

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.