Open SkyRatInd opened 6 years ago
Is is also affecting the exe versions.
@SkyRatInd @wgaylord @thearn Any solution for this so far? Facing the same problem on Ubuntu 18.04, python 3.6.7.
I have also encountered this error.Hence looked through the code and found that it is because of low fps camera.In code when I remove the lower bound or increase the upper bound then the issue is resolved
idx = np.where((freqs > 50) & (freqs < 180))
line number 199 in processors_noopenmdao.py however this effects the output and hence the BPM calculated is very inaccurate .
Most webcams are 23 or so FPS (basically bear min.)
On Apr 9, 2019, at 10:48 AM, RahanSharma notifications@github.com wrote:
I have also encountered this error.Hence looked through the code and found that it is because of low fps camera.In code when I remove the lower bound or increase the upper bound then the issue is resolved idx = np.where((freqs > 50) & (freqs < 180)) line number 199 in processors_noopenmdao.py however this effects the output and hence the BPM calculated is very inaccurate .
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
just solved it out.It is basically because of temp file created in temp folder ,Try removing it and it will work .Temp files are the root of the problem.
@RahanSharma, can you tell us what temp file you are talking about?
@RahanSharma , where are the temp files??
How to solve this problem? I have tried 2 cams, 24fps and 60fps, both didn't work......
Same issue here. I'm on Win10, Python v3.7.0 using built in camera.
Temp files seems possible, since it worked the first time, but I cannot find any tempfiles
你好!你的信件已收到,我会尽快回复!
Same issue as previous but different debug, this time I'm not running the exe I built from python