You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I referred to #4339 and ensured my airsim version contained the #4372 fix. But I still met the VK_ERROR_DEVICE_LOST error when calling the simGetImages for high-resolution segmentation images(4024*3016). I found that the validation of the #4372 fix is only applicable to the Scene image type. Does it cover other image types?
Run responses = client2.simGetImages([airsim.ImageRequest("0", airsim.ImageType.Segmentation, False, False)]) with the above settings.
Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered:
SaintArthurThomas
changed the title
An error VK_ERROR_DEVICE_LOST occurred again when collecting high-resolution images
A VK_ERROR_DEVICE_LOST error occurrs again when collecting high-resolution images
Mar 21, 2024
Bug report
What's the issue you encountered?
I referred to #4339 and ensured my airsim version contained the #4372 fix. But I still met the
VK_ERROR_DEVICE_LOST
error when calling thesimGetImages
for high-resolution segmentation images(4024*3016). I found that the validation of the #4372 fix is only applicable to theScene
image type. Does it cover other image types?Settings
How can the issue be reproduced?
responses = client2.simGetImages([airsim.ImageRequest("0", airsim.ImageType.Segmentation, False, False)])
with the above settings.Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered: