On Friday 15 November 2013 18:47:12 Frederic RIBLE did opine:

> Le 2013-11-14 21:05, Gene Heskett a écrit :
> > So are mine despite cooking in olive oil these days. And, it turned
> > out that my particular setup was not using any sum2 modules, so I
> > added the above, with a 4th axis for my 4" table, and it all shows up
> > in a hal configuration display. But still no dro is overlaid on the
> > camview screen when switched to it in linuxcnc. And I'm about
> > bumfuzzled again. If those who have this working could pm me their
> > camviewcfg files for comparison, I'd sure appreciate it because ISTR I
> > elided a <unit = stanza due to an LCNC stopper error at some point a
> > week or so back. Question: Is it possible to comment out a section of
> > an .xml file? # signs in the first character position of a line seem
> > to be ignored and its a PIMA. Thanks. Cheers, Gene
> 
> I have uploaded my camview.cfg file on the wiki:
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Adding_Digital_Zoom_To_Camview-
> Emc If emc.halio is installed, then the DRO should display. It is called
> by camview-emc Python script
> emc.halio is in the emc-camunits package (halio.so file)
> 
> Frederic.
> 
Well, sofar nothing I can do has restored the DRO in the upper left corner 
of the Cam_view screen, so lets explore a different method of snooping.

Lets see what lsof says about camunits & what it has open.

So IF the DRO _IS_ working for you, please do an
$lsof|grep camunits

and compare it to this.

 gene@shop:~$ lsof |grep camunits
python    16321       gene  mem       REG        8,1    23616    3547299 
/usr/lib/pyshared/python2.6/_camunitsgtk.so
python    16321       gene  mem       REG        8,1   495070    3552423 
/usr/local/lib/libcamunits.so.6.0.2
python    16321       gene  mem       REG        8,1   247028    4467573 
/usr/local/lib/camunits/control_hsv.so
python    16321       gene  mem       REG        8,1   240084    4467571 
/usr/local/lib/camunits/convert_select.so
python    16321       gene  mem       REG        8,1   244697    4467564 
/usr/local/lib/camunits/crosshair.so
python    16321       gene  mem       REG        8,1   241457    4456750 
/usr/local/lib/camunits/convert_crop.so
python    16321       gene  mem       REG        8,1   240815    4467572 
/usr/local/lib/camunits/detect_ellipse.so
python    16321       gene  mem       REG        8,1   131535    4467568 
/usr/local/lib/camunits/input_image.so
python    16321       gene  mem       REG        8,1    39599    4467550 
/usr/local/lib/camunits/convert_jpeg_compress.so
python    16321       gene  mem       REG        8,1   255315    4467566 
/usr/local/lib/camunits/filter_pip.so
python    16321       gene  mem       REG        8,1    33021    4467558 
/usr/local/lib/camunits/filter_gl.so
python    16321       gene  mem       REG        8,1    67208    3552433 
/usr/lib/pyshared/python2.6/_camunits.so
python    16321       gene  mem       REG        8,1    46287    4467554 
/usr/local/lib/camunits/input_log.so
python    16321       gene  mem       REG        8,1    70980    4467542 
/usr/local/lib/camunits/input_v4l2.so
python    16321       gene  mem       REG        8,1   244030    4467567 
/usr/local/lib/camunits/manual_marker.so
python    16321       gene  mem       REG        8,1   288906    4467569 
/usr/local/lib/camunits/detect_hough.so
python    16321       gene  mem       REG        8,1   252180    4467574 
/usr/local/lib/camunits/detect_marker.so
python    16321       gene  mem       REG        8,1   334498    3552427 
/usr/local/lib/libcamunits-gtk.so.6.0.2
python    16321       gene  mem       REG        8,1   287730    4467570 
/usr/local/lib/camunits/convert_canny.so
python    16321       gene  mem       REG        8,1   255644    4467565 
/usr/local/lib/camunits/convert_flip.so
python    16321       gene  mem       REG        8,1    37415    4467560 
/usr/local/lib/camunits/input_example.so
python    16321       gene  mem       REG        8,1    40678    4467548 
/usr/local/lib/camunits/convert_colorspace.so
python    16321       gene  mem       REG        8,1    38306    4467556 
/usr/local/lib/camunits/output_logger.so
python    16321       gene  mem       REG        8,1    33037    4467544 
/usr/local/lib/camunits/convert_to_rgb8.so
python    16321       gene  mem       REG        8,1    33469    4467546 
/usr/local/lib/camunits/filter_fast_bayer.so
python    16321       gene  mem       REG        8,1    38685    4467552 
/usr/local/lib/camunits/convert_jpeg_decompress.so

Thanks.

Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

QOTD:
        "I've always wanted to work in the Federal Mint.  And then go on
        strike.  To make less money."
A pen in the hand of this president is far more
dangerous than 200 million guns in the hands of
         law-abiding citizens.

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to