Hello, i got this execption "System.NotImplementedException: ''" when i use this code ; someArray = np.frombuffer(byteBuffer.ToArray<byte>(), np.uint32); if I will use np.int32, it is working as expected.
Hello,
i got this execption "System.NotImplementedException: ''" when i use this code ;
someArray = np.frombuffer(byteBuffer.ToArray(), np.uint32);
if I will use np.int32, it is working as expected.