Closed Victorlouisdg closed 9 months ago
I think we can include this? seems useful and low maintenance. Would not start to support intrinsics calibration though untill we have a clear use case, and I would throw an error in the intrinsics matrix function
I also think this would be a useful addition. It's nice to have an implementation that can work with built-in webcams or video files if you just want to do some computer vision experiments
I agree we don't need to support intrinsics calibration yet, but instead, I would allow it as a constructor argument in case you know the intrinsics.
This OpenCV way to access cameras is through
cv2.VideoCapture
. This provides an easy way to use webcams, usb cameras and videos as cameras. I'm not sure whether we want this in theairo-camera-toolkit
(might be a case of "feature creep"). However I wrote this once to test some code at home, so I'll just leave it here: