Using Snapmaker built in camera with Lightburn

Has anyone had any luck using the built-in Snapmaker 2.0 camera with Lightburn?

What can you tell us about it? LightBurn needs something that connects to the computer and shows up as a USB Webcam for it to work.

And I struggled with the Snapmaker 2 camera
and I was able to see the pictures he took when he scanned the software in Luban
can be seen from the following addresses

http://Snapmaker IP:8080/api/get_camera_image?index=0
http://Snapmaker IP:8080/api/get_camera_image?index=1
http://Snapmaker IP:8080/api/get_camera_image?index=2
http://Snapmaker IP:8080/api/get_camera_image?index=3
http://Snapmaker IP:8080/api/get_camera_image?index=4
http://Snapmaker IP:8080/api/get_camera_image?index=5
http://Snapmaker IP:8080/api/get_camera_image?index=6
http://Snapmaker IP:8080/api/get_camera_image?index=7
http://Snapmaker IP:8080/api/get_camera_image?index=8
http://Snapmaker IP:8080/api/get_camera_image?index=9

but how to make LightBurn use them I don’t know

I forgot to say that you must first scan with the Lubran software once

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

Sorry to have missed this. You cannot. LightBurn uses a different setup to integrate a camera view into the UI, so no, there is not a way to utilize this Snapmaker 2 camera inside LightBurn at this time.

Just to add this is how the capture is initiated, per image then retrieved per image. I’ll come back and record how the calibration works if I go that far.

/api/request_capture_photo?index=0&x=86.5&y=276&z=170&feedRate=3000
/api/request_capture_photo?index=1&x=192.5&y=276&z=170&feedRate=3000
/api/request_capture_photo?index=2&x=298.5&y=276&z=170&feedRate=3000
/api/request_capture_photo?index=5&x=298.5&y=170&z=170&feedRate=3000
/api/request_capture_photo?index=4&x=192.5&y=170&z=170&feedRate=3000
/api/request_capture_photo?index=3&x=86.5&y=170&z=170&feedRate=3000
/api/request_capture_photo?index=6&x=86.5&y=64&z=170&feedRate=3000
/api/request_capture_photo?index=7&x=192.5&y=64&z=170&feedRate=3000
/api/request_capture_photo?index=8&x=298.5&y=64&z=170&feedRate=3000

The 10w uses this to request a new photo in a single operation
/api/request_capture_photo?index=0&x=232&y=178&z=290&feedRate=3000&photoQuality=10

followed by retrieval via
/api/get_camera_image?index=0