This project demonstrates real-time 3D pose estimation of a QR code using a webcam, jsQR
, and opencv.js
. For complete documentation including installation, usage, and configuration details, please refer to the docs folder.
- Real-time QR code detection from a webcam
- 3D pose estimation using OpenCV's Perspective-n-Point (PnP) algorithm
- Visualization using a 3D CSS transformation
- Node.js (version 14 or later)
- NPM (Node Package Manager)
Please see the following documents for more information:
For issues like the parcel watch error, see the documentation and GitHub issues (e.g., rm -rf .parcel-cache
for cache problems).
To calibrate, open calib.html
, adjust the sliders, and save. See the docs for further instructions.
- ChatGPT
- jsQR
- opencv.js
- Parcel
MIT License