On 26 October 2013 13:20, Viesturs Lācis <[email protected]> wrote:

> I think there are few guys on this mailing list that have played with
> computer vision, so I would appreciate if you could share some hints, how
> are the coordinates of the captured part communicated to LinuxCNC

I would be looking at a user-space HAL component, that makes the
locations available on HAL pins.

Alternatively, the code could set G-code parameters:
http://linuxcnc.org/docs/html/common/python-interface.html

c = linuxcnc.command()
c.mdi('#22 = %' % some_value)

(Or similar, I am iffy on Python syntax)


-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to