Using Frames in OpenMV IDE

Hello,

I’m very happy with the OpenMV camera.
I wanted to edit the pictures in Realtime with my own filters.
For this i need to save every pixel in an array.
If i use the OpenMV IDE software, i got problems with disc space.
So i want to edit the images with Matlab or C.
Is there any possibility to use the frames in the OpenMV IDE software.
I mean they are already shown in the Software. I already got them on PC.

I already tried to send them with USB. But then i got the problem, that there are only 0.2 fps.

Maybe you can help me with this.
Thank you for your support
Markus

Hi, you want to jpeg compress the images to get them to the PC. Can you post your code that you used to send to the PC?