Camconfig Cpp Direct

/** * @brief Applies resolution, fps, and exposure settings to the camera handle. */ bool applyToCamera(cv::VideoCapture& cap);

// Apply calibration/undistortion corrected_frame = config.undistortFrame(frame); camconfig cpp

The software lacks the administrative rights to access the folder where its configuration is stored. /** * @brief Applies resolution, fps, and exposure

// --- Getters --- int CameraConfig::getWidth() const return width_; int CameraConfig::getHeight() const return height_; cv::Mat CameraConfig::getCameraMatrix() const return camera_matrix_; cv::Mat CameraConfig::getDistCoeffs() const return dist_coeffs_; /** * @brief Applies resolution