Skip to content
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

MLXHeatCam Array Error #13

Open
tmsd2001 opened this issue Mar 31, 2019 · 0 comments
Open

MLXHeatCam Array Error #13

tmsd2001 opened this issue Mar 31, 2019 · 0 comments

Comments

@tmsd2001
Copy link

tmsd2001 commented Mar 31, 2019

When I use the processing sketch (MLXHeatCam.pde) I get an Error:
ArrayIndexOutOfBoundsException: 687
If I use the debug tool and start each frame by hand, there is no Error.
I fix this Error with change Line 96 and 108 to:
for(int q = 0; q < splitString.length; q++){
I use the cam indoor Temp from 24°C to 38°C.
If I change the location to outdoor, Temp from 2°C to 15°C I get the other Error on Line 113:
ArrayIndexOutOfBoundsException: 768
This Error I fix with change Line 96 and 108 to:
for(int q = 0; q < (splitString.length - 1); q++){
I thing this cames from the last "," in the "myString" variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant