As you see, there is not much of functionality going on. However I get the following problem:
Failed to retrieve/decode the log configuration for module CoreDLO: Failed to connect to the shared memory with connection info: No such file or directory
terminate called after throwing an instance of âCvb::V_1_6::CvbExceptionâ
what(): C-API call failed; try getting a log by using CVB LogGUI/silogutil: {âNameâ: âLoadImageFileâ, âCVC_ERROR_CODEâ: 1}
I can not see the problem on Windows.
Bevore we start reproducing the error, you could try to load the image from a hardcoded path just to make sure, that you are actually on the correct file.
Also make sure to have the needed accessrights on the tutorials folder.
I also was not able to see this under windows.
I tried to go for the full path /opt/cvb/tutorial/Clara.jpg but this also fails.
I recursively changed the whole cvb folder to full access just to be sure.
ok, I think I will need to get a WSL running here.
Ubu 20.4.5 LTS with CVB 14.0.1? If you are on an older CVB version please consider updating.
Also, one last idea: Could you try loading other images like Bracket.bmp from the tutorials folder and also from another location on your drive? I want to be sure, that it is not the image or the location that causes the error.
Yes, I am on CVB 14.0.1. This was one of the first steps when debugging the problem as I was on CVB 13 bevore.
I tried to load the Bracket.bmp and this worked fine.
Only the
âFailed to retrieve/decode the log configuration for module CoreDLO: Failed to connect to the shared memory with connection info: No such file or directoryâ
error did not dissappear but I was able to load the image.
With this information I tried a few of the other images and it looks like the problem is with the jpg images.
I cant load a single jpg but all the other images work.
I could switch to bmp for my input images but still it would be nice to know, what causes the error.
You were right⌠libjpeg was not installed on my system.
Maybe you want to do this with your install.sh script, as I saw this problen on a native system and on WSL so I might not be the only one with this problem.