LinuxCNC Machine Vision
- Todd Zuercher
-
Topic Author
- Away
- Platinum Member
-
Less
More
- Posts: 5007
- Thank you received: 1462
23 Jun 2025 20:59 - 24 Jun 2025 17:27 #330776
by Todd Zuercher
LinuxCNC Machine Vision was created by Todd Zuercher
Anyone have any experience with using machine vision with LinuxCNC? Specifically I am looking into adding a camera to a CNC router for automating the touch off process for part location and size checking. I want to be able to fixture a part (a frame) to the table then start a routine that would find the edges of the frame opening, make any needed adjustments to the part coordinates, and g-code (adjust a parameter or 2) and then mill the piece.
Does this sound like a reasonable task? Anyone already done something similar?
Does this sound like a reasonable task? Anyone already done something similar?
Last edit: 24 Jun 2025 17:27 by Todd Zuercher.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20385
- Thank you received: 6930
23 Jun 2025 21:23 #330778
by tommylight
Replied by tommylight on topic LinuxCNC Machine Visio
forum.linuxcnc.org/plasmac/40057-camera-for-touchoff
There was/is something for PlasmaC and/or QtPlasmaC, but i can not find it, might be in the manuals, but searching for it now i noticed some of PhillC videos have been removed from youtube.
It did skew adjustment also, when the plate was not placed parallel, etc.
There was/is something for PlasmaC and/or QtPlasmaC, but i can not find it, might be in the manuals, but searching for it now i noticed some of PhillC videos have been removed from youtube.
It did skew adjustment also, when the plate was not placed parallel, etc.
Please Log in or Create an account to join the conversation.
- jimmyrig
- Offline
- Premium Member
-
Less
More
- Posts: 116
- Thank you received: 37
24 Jun 2025 05:20 #330788
by jimmyrig
Replied by jimmyrig on topic LinuxCNC Machine Visio
The nice thing about linuxcnc is you can call a python program from gcode, have it do whatever you want.... Options are endless really..... Then take that data and keep going.
Ask chatgpt how to do it, it's not that bad takes a bit to setup the m codes, O codes, and python program but is very doable especially with AI now a days
I have the basics built but not completed yet.
Ask chatgpt how to do it, it's not that bad takes a bit to setup the m codes, O codes, and python program but is very doable especially with AI now a days
I have the basics built but not completed yet.
Please Log in or Create an account to join the conversation.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 580
- Thank you received: 352
24 Jun 2025 10:06 - 24 Jun 2025 10:08 #330799
by meister
there is already some opencv stuff included:
github.com/multigcs/riocore/blob/main/ri...ons/camjog/camjog.py
Replied by meister on topic LinuxCNC Machine Visio
there is already some opencv stuff included:
github.com/multigcs/riocore/blob/main/ri...ons/camjog/camjog.py
Last edit: 24 Jun 2025 10:08 by meister.
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds