Image Capture Motion blur in settings.json #4935
Unanswered
Charles-Lim93
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
By reading the documents, it seems that Airsim supports motion blur when capturing, and on settings.json example has MotionBlurAmount Default settings.
Unfortunately, I changed the MotionBlurAmount = 1, and saved but there is no change in capturing the image with blur effects.
Does anyone knows the solution? Because it seems several people already asked about this issue, but got no answer.
below is my settings.json
////////////////////////////////////
{
"SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/main/docs/settings.md",
"SettingsVersion": 1.2,
"LocalHostIp": "127.0.0.1",
"ClockSpeed": 1.0,
"SimMode": "Multirotor",
"Cameras": [
{
"CameraName": "0",
"ImageType": 0,
"PixelsAsFloat": false,
"VehicleName": "",
"Compress": true,
"MotionBlurAmount": 1.0
},
"CameraDefaults": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 1280,
"Height": 720,
"FOV_Degrees": 120,
"MotionBlurAmount": 1.0
},
//////////////////////////
Thank you in advanced.
Beta Was this translation helpful? Give feedback.
All reactions