Bio-Balance-Detector / bbd-p08-body-monitor

BBD Body Monitor is a single channel data acquisition system (DAS) to provide a bio-potential reading in the 0.25Hz - 125kHz frequency range. The main focus of the prototype is to use machine learning to detect different physical and mental states.
http://www.biobalancedetector.com
MIT License
5 stars 0 forks source link

Use EmguCV to generate frames in a more efficient way #11

Open andrasfuchs opened 1 year ago

andrasfuchs commented 1 year ago

Emgu CV is a cross platform .NET wrapper to the OpenCV image processing library.

The method what we use now for the video frame generation is considered deprecated and slow.