I was able to save a script on the on my OPENMV camera earlier so that the same code runs on power up again, but now I am not able to save it using the option of Save open script to camera as main.py, the option is blurred out for me now, why could this be happening?
I am also sharing a screenshot for reference. Thank you very much.
It’s because no drive is detected. The IDE uses a more robust method of matching the drive to the serial port now. It sometimes can take a bit for the OS to update its internal data structures for this to work. The IDE polls every second until the match is made. Then the menu should be unlocked.
You can manually save the script as main.py on the uPY disk if you need to work around this. Please let me know if the IDE fails to make the match.