
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
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 pip install cli with rerun
pip install 'camera-intrinsic-calibration[rerun]'
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.27.2
# or use pip to install rerun
pip install rerun-sdk==0.27.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.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.