srobo / sr-robot3-j5

Python 3 API for Student Robotics Kit - Built with j5
MIT License
4 stars 1 forks source link

Add support for multiple cameras #92

Open trickeydan opened 1 year ago

trickeydan commented 1 year ago

We can now support multiple cameras. We just need to expose self._cameras as a public attribute.

Whilst we don't give out multiple cameras to students, it would be nice to unlock this for teams. We might need to add support for custom camera calibrations so that they can use any old webcam, not just our provided camera.