-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
The RecordInterval Problem #1414
Comments
Just tested this and it works as expected. At each interval one image for each camera is captured. Relevant code: https://github.com/Microsoft/AirSim/blob/master/Unreal/Plugins/AirSim/Source/Recording/RecordingThread.cpp#L81 |
@jinlukang1 was this resolved? |
No, I don't know how to solve this problem yet. |
Hi, I found that this problem occurs when you begin play more than once on the editor and then start recording. Each time you begin play, "Cameras" setting of "Recording" written in settings.json is internally accumulated and used for recording. The following simple source code modification will fix it :)
|
This issue has been automatically marked as stale because it has not had activity from the community in the last year. It will be closed if no further activity occurs within 20 days. |
I set my RecordInterval:6.00, but when I check my AirSim File, I found that 8 images were recorded in one second of 6 seconds, and when I ran again, it became 4 images, and sometimes 1 and sometimes 2, why?
this is my setting.json
Can Someone help me?
The text was updated successfully, but these errors were encountered: