Are Camera.coverage and Camera.performance (added in commit 7db0d6fc0e97b7f8230a) really necessary given the subset keyword argument of MultiCamera methods? Do they offer any performance benefit? If not, a subset keyword should be added to MultiCamera.performance and the Camera methods removed.
Are
Camera.coverage
andCamera.performance
(added in commit 7db0d6fc0e97b7f8230a) really necessary given thesubset
keyword argument ofMultiCamera
methods? Do they offer any performance benefit? If not, asubset
keyword should be added toMultiCamera.performance
and theCamera
methods removed.