-
Notifications
You must be signed in to change notification settings - Fork 5
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
robot-log-visualizer installed by conda-forge cannot open .mp4 generated by OpenCV's VideoWriter #67
robot-log-visualizer installed by conda-forge cannot open .mp4 generated by OpenCV's VideoWriter #67
Comments
The video plays correctly by installing:
so I proposed to at least install them as run dependencies of the the robot-log-visualizer conda package. We should consider if it make sense to add them to robotology-superbuild from source dependencies (I guess we also have a similar problem with apt). |
thank you @traversaro! we will test it tomorrow on the experiment PC to confirm everything is ok! |
I have activated the mamba environment and I have run the command in #67 (comment). it installed only |
Does |
(Also, can I pass to the roof to debug?) |
we were debugging another issue, but tomorrow we will go again on the roof and we'll be available for debugging the visualizer! |
in the end because of anther issue (#56 (comment)) I have deleted the environment, thinking that it might be related to the problem I was experiencing. It turned out that the problem was something else so I can re-install the environment and try again next week. |
As confirmed by @akhilsathuluri in #56 (comment), |
The file is:
The code that created the file is:
https://github.com/ami-iit/bipedal-locomotion-framework/blob/7723da13e4ddab9ebafe53df1daacf2e04719126/devices/YarpRobotLoggerDevice/src/YarpRobotLoggerDevice.cpp#L907
mamba list:
To decouple a bit the issue, I tried to play the file with
gst-play-1.0
(as anyhow qtmultimedia uses gstreamer under the hood) and this is the error:The text was updated successfully, but these errors were encountered: