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 see that pixel formats in PIPCamera.cpp have been changed a while ago in this commit: 705a366
This change causes an error if simGetImages API is called for a relatively higher resolution image request (i.e, 2048, 1152). See the error below:
[2022.02.07-08.39.54:241][288]LogVulkanRHI: Error: VulkanRHI::vkDeviceWaitIdle(Device) failed, VkResult=-4
at <path to UE4.27>/Engine/Source/Runtime/VulkanRHI/Private/VulkanDevice.cpp:1344
with error VK_ERROR_DEVICE_LOST
Fatal error: [File:<path to UE4.27>/Engine/Source/Runtime/VulkanRHI/Private/VulkanUtil.cpp] [Line: 958]
VulkanRHI::vkDeviceWaitIdle(Device) failed, VkResult=-4
at <path to UE4.27>/Engine/Source/Runtime/VulkanRHI/Private/VulkanDevice.cpp:1344
with error VK_ERROR_DEVICE_LOST
Segmentation fault (core dumped)
I think the reason is when you switch pixel format to Float, it requires more memory. There is no problem with commits before 705a366
However, after 705a366, the error appears when you request high resolution images vie simGetImages API.
Bug report
What's the issue you encountered?
I see that pixel formats in PIPCamera.cpp have been changed a while ago in this commit: 705a366
This change causes an error if
simGetImages
API is called for a relatively higher resolution image request (i.e, 2048, 1152). See the error below:I think the reason is when you switch pixel format to Float, it requires more memory. There is no problem with commits before 705a366
However, after 705a366, the error appears when you request high resolution images vie
simGetImages
API.Settings
Related piece of Settings:
How can the issue be reproduced?
simGetImages
API 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: