Earlier quoted context omitted.
Is that noise inherent to film? Do webcams have the same noise?
The green channel has the least noise for Bayer-sensor digital cameras (which is almost all of them). 50% of the sensor sites are green (25% each for red and blue), so there is more signal given the same amount of noise.
Webcam Pulse Detector
81–85 of 85 posts
Re: Webcam Pulse Detector
#82Earlier quoted context omitted.
The green channel has the least noise for Bayer-sensor digital cameras (which is almost all of them). 50% of the sensor sites are green (25% each for red and blue), so there is more signal given the same amount of noise.
Why do they make them like that? Why not make the sensors 33/33/33?
The Foveon sensor does sample RGB at every pixel by using 3 layers, but it is only used in a few cameras.
Re: Webcam Pulse Detector
#83I've gotten this far trying to install this on Lion: brew install gfortran sudo easy_install scipy sudo port install opencv +python27 export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:$PYTHONPATH wget http://openmdao.org/releases/0.5.0/go-openmdao.py sudo python ./go-openmdao.py cd ~/Downloads/webcam-pulse-detector-master/openmdao-0.5.0 . bin/activate cd ~/Down…
brew upgrade
brew tap homebrew/science
brew install opencv
brew install gfortran
sudo easy_install scipy
mkdir OpenMDAO
cd OpenMDAO/
brew install wget
wget http://openmdao.org/releases/0.5.0/go-openmdao.py
export PYTHONPATH=/usr/local/Cellar/opencv/2.4.4a/lib/python2.7/site-packages/:/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/:$PYTHONPATH
sudo python ./go-openmdao.py
cd openmdao-0.5.0/
. bin/activate
#get the project in webcam-pulse-detector I used the github app
cd ../../webcam-pulse-detector/
python get_pulse.py
Re: Webcam Pulse Detector
#84Earlier quoted context omitted.
You could get better results with a Bluetooth pulse monitor.
That probably requires wearing something, potentially on your finger. Webcam is much less intrusive.
Probably only applicable if you work from home though.
[1] http://www.nonin.com/OEMSolutions/WristOx2-Model-3150-OEM
Re: Webcam Pulse Detector
#85I've gotten this far trying to install this on Lion: brew install gfortran sudo easy_install scipy sudo port install opencv +python27 export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:$PYTHONPATH wget http://openmdao.org/releases/0.5.0/go-openmdao.py sudo python ./go-openmdao.py cd ~/Downloads/webcam-pulse-detector-master/openmdao-0.5.0 . bin/activate cd ~/Down…
gulp. fortran?