Lars
Lars
The error seems to be that the stride of the array returned by frame.get_data() is 0. A temporary fix is creating a ctype array like this: `extract_frame_data(frame.get_data(),np.uint8)` ```python3 def extract_frame_data(raw_buffer,...
Thank you for the response. Unfortunately that interferes with my other dependecies
I have to use 2.3.3 or higher and am currently using 2.3.4
Thank you looking forward to that : )