Andrei Ungureanu
Andrei Ungureanu
@junhuanchen Can I play a recorded video and treat it as a camera capture in order to run machine learning models on it?
@easy-and-simple Well the idea was to run everything on the micropython environment on the device without compiling anything for the pc. You could do workarounds but this feature would be...
@junhuanchen what about loading the video frame by frame? is it possible?
> We had to rewrite pix_to_ai functionality with port to MicroPython due to memory leakage with custom resizing. So this is a reason for it not working?
Good thing you mentioned this, is there a build with this pix_to_ai functionality working properly? I tried a few and I'm always getting the "MemoryError: Out of normal MicroPython Heap...
I increased the heapsize and it resolved the issue, thanks! I was reading images saved in the SD card.
Thanks for the reply! The thing is I used a different library at some point (pyftdi) and the real frequency was recorded correctly by the analyser, so I don't think...
Nope, the blanks were the same size as the ones. 
I seem to have found the problem: To make I2C working, FTDI needs to enable what they call a "3 phase clock". PyFtdi implements this feature. The issue with this...
Can you please be more specific on where I can find this part of code? I searched for the definitions of the frequency constants and this led me to the...