-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
opencv not saving after adding filter error #1270
Comments
Hi @frankstolp80, |
@supertick when starting i get this error see screenshot |
@frankstolp80 sorry we haven't responded in awhile, development has been very busy. That error is indeed a bug but where it occurs looks to me like your Arduino was not connected, so if you see that specific error again that's why. I will try to fix the bug when I can so you get a more useful warning message. For your earlier issues regarding the filters and configs, it looks to me like we will need to do some more in-depth work on specifically the OpenCV config code to fix it. @supertick it looks like the config uses a map between strings (I assume names of filters) and the actual filter objects. Looking at the stacktrace in the above myrobotlab.log it appears the main issue is SnakeYaml can't find a no-args constructor of the OpenCV service while deserializing the OpenCVFilterFaceDetector filter. The only reference to the service itself I see in that class is in the superclass OpenCVFilter, the field |
when i try add a filter i get errors when i remove the filters i can save it again
myrobotlab.log
The text was updated successfully, but these errors were encountered: