Nexus-Stellaron FlatSat Team
Changes made to ColorCodeCubeSat.py:
Replaced capture_continuous with camera.capture_array() for capturing frames.
Configured the camera using camera.create_video_configuration.
Removed rawCapture as it's not needed with the updated method.
This should work smoothly for your color detection system! Let me know if there’s anything else you need help with.