Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirbo/k1-max-dual-camera
https://github.com/kirbo/k1-max-dual-camera
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirbo/k1-max-dual-camera
- Owner: Kirbo
- License: mit
- Created: 2023-12-03T21:19:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T23:01:10.000Z (about 1 year ago)
- Last Synced: 2024-11-13T07:08:46.872Z (3 months ago)
- Language: Shell
- Size: 6.42 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discontinued!
Please use this instead: https://github.com/trevos3d/K1-USB-CamI've personally shifted on using Raspberry Pi 4 + Logitech C922 webcam, instead of using the K1 Max front USB for webcams, as I noticed it couldn't perform well enough, at least with high resolution or fps.
In case you're interested, please check following Raspi repositories (either GitLab or GitHub):
- https://gitlab.com/kirbo/raspberry-pi-mpjg-streamer
- https://github.com/Kirbo/raspberry-pi-mpjg-streamer# Creality K1 Max - Dual webcams
## Install
```sh
(cd ~/ && git clone https://gitlab.com/kirbo/k1-max-dual-camera.git && cd k1-max-dual-camera && ./install.sh)
```## Update
```sh
(cd ~/k1-max-dual-camera && git pull && ./install.sh)
```## Uninstall
```sh
(cd ~/k1-max-dual-camera && git pull && ./uninstall.sh)
```## Accessing the cameras
The URL for the cameras:
- Original K1 Max camera stream: [http://ip.to.your.printer:8080/?action=stream](http://ip.to.your.printer:8080/?action=stream)
- Original K1 Max camera snapshot: [http://ip.to.your.printer:8080/?action=snapshot](http://ip.to.your.printer:8080/?action=snapshot)
- Additional camera stream: [http://ip.to.your.printer:8080/?action=stream_1](http://ip.to.your.printer:8080/?action=stream_1)
- Additional camera snapshot: [http://ip.to.your.printer:8080/?action=snapshot_1](http://ip.to.your.printer:8080/?action=snapshot_1)## Screenshots
### Mainsail
![Mainsail 1](./screenshot/Mainsail_1.png)
![Mainsail 2](./screenshot/Mainsail_2.png)
![Mainsail 3](./screenshot/Mainsail_3.png)### Fluidd
![Fluidd 1](./screenshot/Fluidd_1.png)
![Fluidd 2](./screenshot/Fluidd_2.png)
![Fluidd 3](./screenshot/Fluidd_3.png)## Thanks
This repository was heavily inspired by this Reddit thread: https://www.reddit.com/r/crealityk1/comments/15e1ks9/comment/k3lhw7m/?context=3