Closed gartangh closed 2 years ago
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
I got some segmentation faults when trying to access the
camera_model
andserial_number
properties from theCameraConfiguration
class.Since these properties are already defined in the
CameraInformation
andDeviceProperties
classes, I believe these properties should simply be removed from theCameraConfiguration
class altogether.