Hi. I’ve checked this topic for clues and found this GitHub example.
I’d like to ask for a tutorial how it should work. I’m a years long programmer, but haven’t touched python yet. All packages are installed, camera connected. The script (on PC) should get a captured frame from the camera.
Should be the camera connected via USB-microUSB cable or usbc?
How can I ensure the script doesnt return “Device or resource busy”?
I’ve inserted pyb.LED(3).on() before while within main.py on camera to see if it runs - LED didn’t light up.