diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-07-13 23:23:05 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-07-13 23:23:05 +0200 |
commit | e28b7127d5a5b1cc8e0d0894976c688ec2a081aa (patch) | |
tree | d6bf9351cb5b87418f917b38c47fa0c18f8c93ee | |
parent | 454a713e420df7eebdfe522ac0ec9898b43fe7de (diff) | |
download | webcam_fmount-e28b7127d5a5b1cc8e0d0894976c688ec2a081aa.tar.gz |
readmemain
-rw-r--r-- | Readme.md | 26 | ||||
-rw-r--r-- | imgs/1.png | bin | 0 -> 485508 bytes |
2 files changed, 26 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..064258a --- /dev/null +++ b/Readme.md @@ -0,0 +1,26 @@ +# Webcam camera lens adapter + +Ever wanted to mount your camera lenses to a webcam? +Now you can. + +![in use](imgs/1.png) + +This abomination is designed for *Nikon F*, +but the codes is designed for the flange to be easily replaceable. +My design target for the webcam was the cheapest one on eBay, +but since many webcams share their lens mount, it should be rather trivial to adapt it. +Variables you will need to change for that: + +* `screw_distance` distance between the two mounting screws +* `mount_base` size of the square base of the lenst that mounts to the pcb +* `mount_wall` its wall thickness +* `base_thickness` and its height +* `sensor_distance` the distance between flange and sensor +* `sensor_offset` sensor plane offset to the pcb level. They usually pertrude. + +You will also have to specify the size of the infrared filter (in `module filter_mount`): + +* `l` edge length of filter square +* `h` and its height +* `lip` lip offset to rest the filter on +* `lip_h` and its height diff --git a/imgs/1.png b/imgs/1.png Binary files differnew file mode 100644 index 0000000..681e315 --- /dev/null +++ b/imgs/1.png |