
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
camera-intrinsic-calibration
Advanced tools
A pure rust camera intrinsic calibration tool.
# cargo install cli
cargo install camera-intrinsic-calibration
# Or pip install cli
pip install camera-intrinsic-calibration
Or download from the latest release.
# camera-calibration-rs
ccrs -h
# run intrinsic calibration on TUM vi dataset
# Download and untar
wget https://vision.in.tum.de/tumvi/exported/euroc/1024_16/dataset-calib-cam1_1024_16.tar
tar xf dataset-calib-cam1_1024_16.tar
# [Optional] export RUST_LOG=trace
ccrs dataset-calib-cam1_1024_16 --model eucm
# use cargo to install rerun
cargo install rerun-cli --version 0.23.2
# or use pip to install rerun
pip install rerun-sdk==0.23.2
# visualize result
rerun results/20YYMMDD_HH_MM_SS/logging.rrd
dataset_root
└── mav0
├── cam0
│ └── data
│ ├── {time_stamp}.png
│ ├── {time_stamp}.png
│ └── {time_stamp}.png
└── cam1
└── data
├── {time_stamp}.png
├── {time_stamp}.png
└── {time_stamp}.png
--dataset-format general
dataset_root
├── cam0
│ ├── any_file_name.png
│ ├── any_file_name.png
│ └── any_file_name.png
└── cam1
├── any_file_name.png
├── any_file_name.png
└── any_file_name.png
Images can be either .png
or .jpg
, but .png
is preferred if possible. PNG is lossless compression, while JPG is not.plumb_bob
in ROScargo run -r --example convert_model
Please follow the tutorial.
Links:
Papers:
FAQs
Camera Intrinsic Calibration
We found that camera-intrinsic-calibration demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.