-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python build crashes when locking to face #51
Comments
Is is also affecting the exe versions. |
@SkyRatInd @wgaylord @thearn |
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 |
Most webcams are 23 or so FPS (basically bear min.)
… On Apr 9, 2019, at 10:48 AM, RahanSharma ***@***.***> 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
The text was updated successfully, but these errors were encountered: