Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.22 KB

File metadata and controls

28 lines (21 loc) · 1.22 KB

SpecPy

Real time Spectrum Analyzer.

SpecPy

Using a simple USB webcamara SpecPy is capable of recording frames as intensity data. With a Graphical User Interface based on Qt, camara settings are simple to control. Recorded frames are stored inside a dedicated folder, along with the generated data, thus allowing further analysis.

SpecPy is free to use and distribute. Executables files are hosted by SourceForge, Linux and Windows are currently soported.

Platforms

SpecPy is now capable of analysing images, keeping in mind that Simple is better than complex.

Images

SpecPy allows the use of keyboard shortcuts:

  • Press C to clear the plots
  • Press Enter to capture current frame
  • Press R to reset settings
  • Press Space bar to start/stop streaming
  • Press Ctrl + S to select an output directory

SpecPy uses the following modules:

  • OpenCV 3
  • matplotlib
  • os
  • glob
  • NumPy
  • csv