KaPpAbO

Results 4 comments of KaPpAbO

Dear @Sanic, I haven’t evaluated it from that perspective yet. However, I did encounter build errors in Unreal Engine 4.27 on Linux, and this is the error message I received.”...

Once I do that I'll inform you.

I tested the VisionComponent tick timing on Linux (Ubuntu, Intel i7 7th Gen, GTX 1050, UE4.27, ROS Melodic). Initially, F16C was not enabled - I confirmed this with `objdump -d...

This is the current implementation of convertdepth I am using, not pushed yet! void UVisionComponent::convertDepth(const uint16_t *in, __m128 *out) const { const size_t size = (Width * Height) / 4;...