nn::camera::CTR::StereoCameraCalibrationData::Flags Structurestruct Flags
{
bool isValidRotationXY;
bool reservedFlag[3];
};
A flag used to distinguish between the current format and new formats when they are extended in the future.
| isValidRotationXY | bool | Indicates whether rotationX and rotationY have meaningful values. |
|
|---|---|---|---|
| reservedFlag | bool | A reserved region for future extensions. |
CONFIDENTIAL