Using Frame Buffer

Hi! I am new to the OpenMV community. My current goal is to use the frame buffer example code that can be found in the OpenMV github to capture a single frame and download it on to my desktop. Generally, I just want to learn how to use that specific piece of code.

The problem is I’m not sure where to run it. I am running it in the OpenMV IDE and the libraries numpy and pygame are not recognized. I have also tried running the program in VSCode and IDLE where pyopenmv cannot be downloaded using pip. So I’m lost as to where to start.

The program I’m referencing is here

You have to run that script in raw python on your PC without OpenMV IDE. It’s a python script showing off the debug procotol.