Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maycuz authored Dec 16, 2022
1 parent e4d05b6 commit c2716fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Snapmaker LightBurn Host
Tool that allows you to use your Snapmaker 2.0 10W laser in LightBurn. Based on the method described by Slynold (https://forum.snapmaker.com/t/working-camera-capture-with-lightburn/28397).

# Dependencies (included or NuGet)
1. https://github.com/tshino/softcam: virtual DirectShow camera.
2. https://github.com/nothings/stb: ```stb_image.h``` for simple JPEG loading.
3. libcurl, libssh, openssl, zlib

# Usage
1. Build project (or download binary release & extract).
2. Run ```3rdParty\installer\softcam\RegisterSoftcam.bat``` to install softcam.
3. In your favorite terminal: run ```SnapmakerLightburnHost <your-snapmaker-ip>```.
4. In LightBurn settings, verify that ```Default Capture System``` is selected under ```Camera Capture System```.
5. In LightBurn, select ```DirectShow Softcam``` as your camera.
6. Press ```ENTER``` to request a new image from your Snapmaker 10W laser camera.

![image](https://user-images.githubusercontent.com/6267267/208189576-714fb93c-bdfe-40b4-af4a-2651109a5746.png)

0 comments on commit c2716fd

Please sign in to comment.