-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get the camera parameters like other cameras(realsense) #484
Comments
Hi, you can use the sl::Camera::getDeviceList() static function to get the available cameras with their properties |
sorry |
Ok. In this case, you can use this sample to extract camera parameters This will load the SNxxxx.conf file where those information are stored. |
thank you but I use "https://github.com/stereolabs/zed-opencv-native" to get parameters like this: Camera Matrix R: Camera Matrix L: Camera Matrix R: I guess I should truth the parameters from "zed_ros_wrapper",right? |
when I use realsense cameras,I use "rs-enumerate-devices -c" to get all the camera parameters
so I wonder if there is the similar command or method to get the camera parameters
thanks
The text was updated successfully, but these errors were encountered: