-
Notifications
You must be signed in to change notification settings - Fork 196
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
Processing failed, potentially unsupported config #433
Comments
Hello, sorry for the delay. We have recently refactored whole ImageManip, could you try with the new version as well? |
Great, thank, I'll definitely try it! |
So, tried with that deptahi version
and the code I posted now works. No more image manipulation error appears. To test it thoroughly I wrote this code
This code runs on depthai version 2.13.1.0, but gives ImageManip error. |
Hello @f-alemauro, I have just tried your script with depthai==2.13.3.0 and I think it works (not sure what it should do). Even after 2 min doesn't seem to freeze as you mentioned. Could you try |
Ok, with depthai==2.13.3.0 it does not freeze anymore. But... unfortunately it makes the previous error happen again (Processing failed, potentially unsupported config) So now we have: To be more precise: TEST B is a more "advanced" version of TEST A. |
@f-alemauro sorry for late response from my end |
Here they are, TEST_A and TEST_B Please let me know if I can help you debugging or testing or whatsoever ;) |
I am seeing this still on depthai 2.14.1.0 when i do a crop AND resize in a single imagemanip. If I break up the crop and resize into separate imagemanips, it sometimes works - however I have even run into issues in this scenario which i don't understand. The following code fails for every frame - unless you comment out the line below the "BROKEN IMAGE MANIP" comment. The error you get is "Processing failed, potentially unsupported config". I tried the 2.13 branches above to no avail. I suspect this is a problem in the device-side code - is that right? Which, if true, is unfortunate as we can't see that code to help fix it.
|
I tried also with depthai == 2.14.1.0 and depthai == 2.14.0.0, unfortunately the problem is not solved. |
Hello!
I have an issue with OAK-1 running an ImageManip node.
My device: OAK-1, tried with normal and "barebone" (https://store.opencv.ai/collections/usb/products/oak-1)
DepthAi version: 2.11.1.0
OS: Windows 10
Python: 3.9.2
The error I get is the following:
Here is a simple code to reproduce the error
This code simply load the image to the device, the device should perform a crop and a resize with thumbnail.
At the beginning of the code I set the dimension of the rectangle to be cropped
With that exact (207, 207) value this script gives that error. If I change to, eg, (207, 208) no more error!
Here is the image I'm using to test this:
The text was updated successfully, but these errors were encountered: