https://github.com/johnowhitaker/webcam_mosaic
Scanning slides with a microscope, a 3D printer and a webcam
https://github.com/johnowhitaker/webcam_mosaic
Last synced: 3 months ago
JSON representation
Scanning slides with a microscope, a 3D printer and a webcam
- Host: GitHub
- URL: https://github.com/johnowhitaker/webcam_mosaic
- Owner: johnowhitaker
- License: mit
- Created: 2025-01-29T02:35:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T02:38:28.000Z (5 months ago)
- Last Synced: 2025-01-29T03:26:03.029Z (5 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webcam_mosaic
Scanning slides with a microscope, a 3D printer and a webcam
```bash
python3 mosaic.py \
--serial_port /dev/ttyUSB0 \
--camera_device /dev/video4 \
--prefix "capture/myscan" \
--x_step 1.5 \
--y_step 1.5 \
--n_x 3 \
--n_y 3 \
--settle_time 300
```Result:
These can be combined with OpenCV's stitcher (see the 'combine_images' notebook) but another option is to use [this app](https://play.google.com/store/apps/details?id=com.bcdvision.mapstitch&hl=en_US) and a smartphone to manually capture images (I use a remote trigger) while the stage moves through the grid.