-
Notifications
You must be signed in to change notification settings - Fork 94
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
How to make a video recording on a server #619
Comments
Do you get the segmentation fault when you run raisimUnity or when you start the recording? Can you copy paste the log file which is in the raisimUnity directory? |
I get the segmentation fault when I run raisimUnity. There are nothing in the |
Did this happen after you install ffmpeg? |
I have tried raisimUnity and raisimUnityOpengl many times before and after installing ffmpeg, and have got same result |
I tried using the
|
If you cannot turn on RaisimUnreal, its not about ffmpeg. It is about gpu driver or vulkan |
According to the document description, RaisimUnityOpenGL seems to not require Vulkan and GPU drivers and can also run normally, but why didn't it record videos? Is there a difference between its use and RaisimUnity? |
Raisim visualizers dont know anything about ffmpeg. When you click "record", it opens a pipe and calls ffmpeg command. |
When I run raisimUnity, it report a |
Ok. So for raisimUnity and raisimUnreal, it is a vulkan or driver issue. For raisimUnityOpengl, does it print the log file? |
The |
I found that using raisimUnityOpenl on PC also cannot record videos, and there are no errors or process termination. The same code can be used to record videos using raisimUnity on PC. So may there be issues with raisimUnityOpengl? |
Hi Professor,
I'm trying to do screen recording on a server using the python interface, which seems to rely on raisimUnity, but when I run raisimUnity, it prompts a Segmentation fault (core dumped) and ends the process.
My GPU support vulkan, and I have installed minizip and ffmpeg:
The output of raisimUnity
The text was updated successfully, but these errors were encountered: