Lukas Bommes
Lukas Bommes
Hey peperunii, I never tested it under Windows. But I don't see why it wouldn't work. Can you pull and run the Docker container as described in the readme? In...
Hey peperunii, I understand. Actually, I have started packaging the project as Python package and providing it via pip. But so far I only created an Anylinux wheel, no Windows...
In encountered the issue as well and would love to see a fix.
Take a look here: https://github.com/raulmur/ORB_SLAM2/blob/master/src/Optimizer.cc The method Optimizer::PoseOptimization performs pose optimization.
Yes, I am running 3.6.7 Can you reproduce the error? Maybe, it is not even the fault of flirpy. Because, I get the same behavior with OpenCV's imwrite function (version...
If you want, I can send you my code in about two weeks (I'm currently on holiday). The logic is the same as in your code, just that I invert...
After my holiday, I will take closer look into the synchronization. I was thinking of doing it the following way: 1) calibrate intrinsics of both cameras 2) undistort IR and...
Hey zohrehazizi, glad to hear that you find mv-extractor useful. To answer your questions: 1) Is there anywhere in the code that I can set the threshold for finding the...
Hey PhuongNDVN, as you found out already, it seems to me like a problem with OpenCV itself rather than the stream synchronizer. I also never encountered this issue before, so...
Have you tried the import as follows? ``` from mvextractor.videocap import VideoCap ``` With the new Docker image, I changed the directory structure of the package and now the import...