Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 19:39:09 kqt4a...@gmail.com did opine:

> On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 17:34:09 kqt4a...@gmail.com did opine:
> >> On Tue, 12 Nov 2013, Gene Heskett wrote:
> >>> On Tuesday 12 November 2013 17:06:46 kqt4a...@gmail.com did opine:
>  On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:
> >> On Tue, 12 Nov 2013, Gene Heskett wrote:
> >>> On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
> > The file exist
> > $ ls -l /usr/include/libv4l2.h
> > -rw-r--r-- 1 root root 4679 Nov 17  2009
> > /usr/include/libv4l2.h
> > 
> > 
> > Go figure.
>  
>  I just tried on a 10.04 (I did this before, so I have the
>  prerequisite packages installed):
>  
>  git clone git://psha.org.ru/psha/camunits.git
>  
>  cd camunits/
>  ./bootstrap.sh  # failed. had to install gtkdocize:
>  apt-file search gtkdocize
>  sudo apt-get install gtk-doc-tools
>  ./bootstrap.sh
>  ./configure
>  make # works fine
> >>> 
> >>> And ./configure still bails out here after doing that.  Same no
> >>> OpenGL message.>
> >> 
> >> Do you have this package libgl1-mesa-dev?
> >> 
> >> Richard
> > 
> > No, but I did just install it, which rips out other mesa related
> > stuff and the camera is now dead.  and Linxcnc exits with an X
> > error when I quit the test run session.
> > 
> > But it did configure;make;sudo make install.
> > 
> > And the camera is still dead in linuxcnc.
> > 
> > I just copied my working camviewcfg into the camview subdir, and
> > ran it -c camviewcfg, but the best I can get is a black screen. 
> > But if I select the camera, set it for 640x480, it shows its
> > doing about 20 fps.  But no image. And I do not see the util.crop
> > or util.flip as possible chain members. WTF?
> > 
> > The terminal session records:
> > parse error?
> > Unable to instantiate [util.crop]
> > Remove that, falls thru to util.flip.
> > Remove that, fails on emc.crosshair
> > So of course it bails out of that whole menu.
> > 
> > So, what do I do to make it build those 3 modules?
>  
>  I am at a remote location so I can go no farther right now. If you
>  get this thing working please share.
>  
>  Richard
> >>> 
> >>> Well, I am about burned out for today.  I'll get a bigger hammer &
> >>> work on it tomorrow maybe.  But at this point, I don't know which
> >>> hammer to pull out, if I even have the right one.
> >> 
> >> I just found that there is a second set of files we need
> >> git clone git://psha.org.ru/psha/cu-plugins
> >> This contains the convert_crop I have read about. I do not remember
> >> mention of needing this.
> >> 
> >> Richard
> > 
> > Where in the camview tree did you stash that clone?  I'll give it a
> > try. Right now I have it in a separate tree on this machine.
> 
> I have not had time to determine that. Maybe someone who has already
> done this might offer a suggestion.
> 
> Richard

If nobody pipes up, I'll put it in the camview tree, and see if I can hack 
the makefile to do it first in case the rest of it needs that to build 
correctly.

But tomorrow when I am fresher.

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)

Questions are never indiscreet, answers sometimes are.
-- Oscar Wilde
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Gene Heskett wrote:

> On Tuesday 12 November 2013 17:34:09 kqt4a...@gmail.com did opine:
>
>> On Tue, 12 Nov 2013, Gene Heskett wrote:
>>> On Tuesday 12 November 2013 17:06:46 kqt4a...@gmail.com did opine:
 On Tue, 12 Nov 2013, Gene Heskett wrote:
> On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:
>> On Tue, 12 Nov 2013, Gene Heskett wrote:
>>> On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
> The file exist
> $ ls -l /usr/include/libv4l2.h
> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
>
>
> Go figure.

 I just tried on a 10.04 (I did this before, so I have the
 prerequisite packages installed):

 git clone git://psha.org.ru/psha/camunits.git

 cd camunits/
 ./bootstrap.sh  # failed. had to install gtkdocize:
 apt-file search gtkdocize
 sudo apt-get install gtk-doc-tools
 ./bootstrap.sh
 ./configure
 make # works fine
>>>
>>> And ./configure still bails out here after doing that.  Same no
>>> OpenGL message.>
>>
>> Do you have this package libgl1-mesa-dev?
>>
>> Richard
>
> No, but I did just install it, which rips out other mesa related
> stuff and the camera is now dead.  and Linxcnc exits with an X
> error when I quit the test run session.
>
> But it did configure;make;sudo make install.
>
> And the camera is still dead in linuxcnc.
>
> I just copied my working camviewcfg into the camview subdir, and ran
> it -c camviewcfg, but the best I can get is a black screen.  But if
> I select the camera, set it for 640x480, it shows its doing about
> 20 fps.  But no image. And I do not see the util.crop or util.flip
> as possible chain members. WTF?
>
> The terminal session records:
> parse error?
> Unable to instantiate [util.crop]
> Remove that, falls thru to util.flip.
> Remove that, fails on emc.crosshair
> So of course it bails out of that whole menu.
>
> So, what do I do to make it build those 3 modules?

 I am at a remote location so I can go no farther right now. If you
 get this thing working please share.

 Richard
>>>
>>> Well, I am about burned out for today.  I'll get a bigger hammer &
>>> work on it tomorrow maybe.  But at this point, I don't know which
>>> hammer to pull out, if I even have the right one.
>>
>> I just found that there is a second set of files we need
>> git clone git://psha.org.ru/psha/cu-plugins
>> This contains the convert_crop I have read about. I do not remember
>> mention of needing this.
>>
>> Richard
>
> Where in the camview tree did you stash that clone?  I'll give it a try.
> Right now I have it in a separate tree on this machine.
>

I have not had time to determine that. Maybe someone who has already done 
this might offer a suggestion.

Richard

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 17:34:09 kqt4a...@gmail.com did opine:

> On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 17:06:46 kqt4a...@gmail.com did opine:
> >> On Tue, 12 Nov 2013, Gene Heskett wrote:
> >>> On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:
>  On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
> >>> The file exist
> >>> $ ls -l /usr/include/libv4l2.h
> >>> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
> >>> 
> >>> 
> >>> Go figure.
> >> 
> >> I just tried on a 10.04 (I did this before, so I have the
> >> prerequisite packages installed):
> >> 
> >> git clone git://psha.org.ru/psha/camunits.git
> >> 
> >> cd camunits/
> >> ./bootstrap.sh  # failed. had to install gtkdocize:
> >> apt-file search gtkdocize
> >> sudo apt-get install gtk-doc-tools
> >> ./bootstrap.sh
> >> ./configure
> >> make # works fine
> > 
> > And ./configure still bails out here after doing that.  Same no
> > OpenGL message.>
>  
>  Do you have this package libgl1-mesa-dev?
>  
>  Richard
> >>> 
> >>> No, but I did just install it, which rips out other mesa related
> >>> stuff and the camera is now dead.  and Linxcnc exits with an X
> >>> error when I quit the test run session.
> >>> 
> >>> But it did configure;make;sudo make install.
> >>> 
> >>> And the camera is still dead in linuxcnc.
> >>> 
> >>> I just copied my working camviewcfg into the camview subdir, and ran
> >>> it -c camviewcfg, but the best I can get is a black screen.  But if
> >>> I select the camera, set it for 640x480, it shows its doing about
> >>> 20 fps.  But no image. And I do not see the util.crop or util.flip
> >>> as possible chain members. WTF?
> >>> 
> >>> The terminal session records:
> >>> parse error?
> >>> Unable to instantiate [util.crop]
> >>> Remove that, falls thru to util.flip.
> >>> Remove that, fails on emc.crosshair
> >>> So of course it bails out of that whole menu.
> >>> 
> >>> So, what do I do to make it build those 3 modules?
> >> 
> >> I am at a remote location so I can go no farther right now. If you
> >> get this thing working please share.
> >> 
> >> Richard
> > 
> > Well, I am about burned out for today.  I'll get a bigger hammer &
> > work on it tomorrow maybe.  But at this point, I don't know which
> > hammer to pull out, if I even have the right one.
> 
> I just found that there is a second set of files we need
> git clone git://psha.org.ru/psha/cu-plugins
> This contains the convert_crop I have read about. I do not remember
> mention of needing this.
> 
> Richard

Where in the camview tree did you stash that clone?  I'll give it a try.  
Right now I have it in a separate tree on this machine.
 
Thanks Richard
> 
> -- 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.cl
> ktrk ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


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)

* bma is a yank
* Knghtbrd is a Knghtbrd
* dhd is also a yank
* Espy is evil
* Knghtbrd believes Espy
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Gene Heskett wrote:

> On Tuesday 12 November 2013 17:06:46 kqt4a...@gmail.com did opine:
>
>> On Tue, 12 Nov 2013, Gene Heskett wrote:
>>> On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:
 On Tue, 12 Nov 2013, Gene Heskett wrote:
> On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
>>> The file exist
>>> $ ls -l /usr/include/libv4l2.h
>>> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
>>>
>>>
>>> Go figure.
>>
>> I just tried on a 10.04 (I did this before, so I have the
>> prerequisite packages installed):
>>
>> git clone git://psha.org.ru/psha/camunits.git
>>
>> cd camunits/
>> ./bootstrap.sh  # failed. had to install gtkdocize:
>> apt-file search gtkdocize
>> sudo apt-get install gtk-doc-tools
>> ./bootstrap.sh
>> ./configure
>> make # works fine
>
> And ./configure still bails out here after doing that.  Same no
> OpenGL message.>

 Do you have this package libgl1-mesa-dev?

 Richard
>>>
>>> No, but I did just install it, which rips out other mesa related stuff
>>> and the camera is now dead.  and Linxcnc exits with an X error when I
>>> quit the test run session.
>>>
>>> But it did configure;make;sudo make install.
>>>
>>> And the camera is still dead in linuxcnc.
>>>
>>> I just copied my working camviewcfg into the camview subdir, and ran
>>> it -c camviewcfg, but the best I can get is a black screen.  But if I
>>> select the camera, set it for 640x480, it shows its doing about 20
>>> fps.  But no image. And I do not see the util.crop or util.flip as
>>> possible chain members. WTF?
>>>
>>> The terminal session records:
>>> parse error?
>>> Unable to instantiate [util.crop]
>>> Remove that, falls thru to util.flip.
>>> Remove that, fails on emc.crosshair
>>> So of course it bails out of that whole menu.
>>>
>>> So, what do I do to make it build those 3 modules?
>>
>> I am at a remote location so I can go no farther right now. If you get
>> this thing working please share.
>>
>> Richard
>
> Well, I am about burned out for today.  I'll get a bigger hammer & work on
> it tomorrow maybe.  But at this point, I don't know which hammer to pull
> out, if I even have the right one.
>

I just found that there is a second set of files we need
git clone git://psha.org.ru/psha/cu-plugins
This contains the convert_crop I have read about. I do not remember 
mention of needing this.

Richard

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 17:06:46 kqt4a...@gmail.com did opine:

> On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:
> >> On Tue, 12 Nov 2013, Gene Heskett wrote:
> >>> On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
> > The file exist
> > $ ls -l /usr/include/libv4l2.h
> > -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
> > 
> > 
> > Go figure.
>  
>  I just tried on a 10.04 (I did this before, so I have the
>  prerequisite packages installed):
>  
>  git clone git://psha.org.ru/psha/camunits.git
>  
>  cd camunits/
>  ./bootstrap.sh  # failed. had to install gtkdocize:
>  apt-file search gtkdocize
>  sudo apt-get install gtk-doc-tools
>  ./bootstrap.sh
>  ./configure
>  make # works fine
> >>> 
> >>> And ./configure still bails out here after doing that.  Same no
> >>> OpenGL message.>
> >> 
> >> Do you have this package libgl1-mesa-dev?
> >> 
> >> Richard
> > 
> > No, but I did just install it, which rips out other mesa related stuff
> > and the camera is now dead.  and Linxcnc exits with an X error when I
> > quit the test run session.
> > 
> > But it did configure;make;sudo make install.
> > 
> > And the camera is still dead in linuxcnc.
> > 
> > I just copied my working camviewcfg into the camview subdir, and ran
> > it -c camviewcfg, but the best I can get is a black screen.  But if I
> > select the camera, set it for 640x480, it shows its doing about 20
> > fps.  But no image. And I do not see the util.crop or util.flip as
> > possible chain members. WTF?
> > 
> > The terminal session records:
> > parse error?
> > Unable to instantiate [util.crop]
> > Remove that, falls thru to util.flip.
> > Remove that, fails on emc.crosshair
> > So of course it bails out of that whole menu.
> > 
> > So, what do I do to make it build those 3 modules?
> 
> I am at a remote location so I can go no farther right now. If you get
> this thing working please share.
> 
> Richard

Well, I am about burned out for today.  I'll get a bigger hammer & work on 
it tomorrow maybe.  But at this point, I don't know which hammer to pull 
out, if I even have the right one.

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)

All articles that coruscate with resplendence are not truly auriferous.
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Gene Heskett wrote:

> On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:
>
>> On Tue, 12 Nov 2013, Gene Heskett wrote:
>>> On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
> The file exist
> $ ls -l /usr/include/libv4l2.h
> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
>
>
> Go figure.

 I just tried on a 10.04 (I did this before, so I have the
 prerequisite packages installed):

 git clone git://psha.org.ru/psha/camunits.git

 cd camunits/
 ./bootstrap.sh  # failed. had to install gtkdocize:
 apt-file search gtkdocize
 sudo apt-get install gtk-doc-tools
 ./bootstrap.sh
 ./configure
 make # works fine
>>>
>>> And ./configure still bails out here after doing that.  Same no OpenGL
>>> message.>
>>
>> Do you have this package libgl1-mesa-dev?
>>
>> Richard
>
> No, but I did just install it, which rips out other mesa related stuff and
> the camera is now dead.  and Linxcnc exits with an X error when I quit the
> test run session.
>
> But it did configure;make;sudo make install.
>
> And the camera is still dead in linuxcnc.
>
> I just copied my working camviewcfg into the camview subdir, and ran it -c
> camviewcfg, but the best I can get is a black screen.  But if I select the
> camera, set it for 640x480, it shows its doing about 20 fps.  But no image.
> And I do not see the util.crop or util.flip as possible chain members. WTF?
>
> The terminal session records:
> parse error?
> Unable to instantiate [util.crop]
> Remove that, falls thru to util.flip.
> Remove that, fails on emc.crosshair
> So of course it bails out of that whole menu.
>
> So, what do I do to make it build those 3 modules?
>

I am at a remote location so I can go no farther right now. If you get 
this thing working please share.

Richard

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 16:25:31 bi...@ivdc.com did opine:

> Have a link for i?
> 
I assume you mean it?



> On Nov 12, 2013, at 3:35 PM, Gene Heskett  wrote:
> > On Tuesday 12 November 2013 15:21:30 Billy Huddleston did opine:
> >> Lots of talk on this subject.. But I never really saw anything on a
> >> actual camera that would be good for this.  I have a older Microsoft
> >> Live Camera HD ( Wide Angle  F/2.0 HD Lens, 720p HD 30 FPS Autofocus
> >> Widescreen) Was for a robot project. Was going to get 2 of them to
> >> make Stereo Eyes for the robot. Never got the 2nd.. probably
> >> couldn't get the same version now.. So will have to go with new
> >> versions for that project.. Anyway.. This one has been stripped
> >> down.. Would it make a good Camera for this ?
> > 
> > I think it would also suffer from the same thing I had with one of the
> > HD
> > 
> > Studio models, and am now with the Logitech 920 I'm screwing with now.
> > Wyyy too hi def = way too much data to process, so its 4 to 5
> > seconds
> > 
> > after the mill & camera have stopped before you actually see the final
> > image in the backplot.  Putting a  util.crop stanza in it right after
> > the
> > 
> > v4l stanza (in the camviewcfg file) and cropping it down to 250x400
> > (roughly, it steps in fixed quantities) helps, but that cameras
> > 2500xwhatever format simply wastes to much time flooding the system
> > with
> > 
> > data to be usable. (IMO)  Native frame rate is about a frame a second.
> > 
> > So I just bought an "endoscope" camera off ebay for $22.  Its about
> > the size of a AAA battery, 2 meter usb cord, self illuminating
> > 640x480, 8 bit
> > 
> > color, should be many times faster in its imaging output with the
> > reduced
> > 
> > amount of data to handle.  Ought to be here by the 18th.
> > 
> > 
> > Cheers, Gene
> 
> 
>  --
> 
> > 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.clk
> trk
> 
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> -- 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.cl
> ktrk ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


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)

 anyone know if there is a version of dpkg for redhat?
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 15:46:35 kqt4a...@gmail.com did opine:

> On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
> >>> The file exist
> >>> $ ls -l /usr/include/libv4l2.h
> >>> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
> >>> 
> >>> 
> >>> Go figure.
> >> 
> >> I just tried on a 10.04 (I did this before, so I have the
> >> prerequisite packages installed):
> >> 
> >> git clone git://psha.org.ru/psha/camunits.git
> >> 
> >> cd camunits/
> >> ./bootstrap.sh  # failed. had to install gtkdocize:
> >> apt-file search gtkdocize
> >> sudo apt-get install gtk-doc-tools
> >> ./bootstrap.sh
> >> ./configure
> >> make # works fine
> > 
> > And ./configure still bails out here after doing that.  Same no OpenGL
> > message.>
> 
> Do you have this package libgl1-mesa-dev?
> 
> Richard

No, but I did just install it, which rips out other mesa related stuff and 
the camera is now dead.  and Linxcnc exits with an X error when I quit the 
test run session.

But it did configure;make;sudo make install.

And the camera is still dead in linuxcnc.

I just copied my working camviewcfg into the camview subdir, and ran it -c 
camviewcfg, but the best I can get is a black screen.  But if I select the 
camera, set it for 640x480, it shows its doing about 20 fps.  But no image.  
And I do not see the util.crop or util.flip as possible chain members. WTF?

The terminal session records:
parse error?
Unable to instantiate [util.crop]
Remove that, falls thru to util.flip.
Remove that, fails on emc.crosshair
So of course it bails out of that whole menu.

So, what do I do to make it build those 3 modules?

Sigh.

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)

Now I lay me down to sleep
I pray the double lock will keep;
May no brick through the window break,
And, no one rob me till I awake.
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread billy
Have a link for i?

On Nov 12, 2013, at 3:35 PM, Gene Heskett  wrote:

> On Tuesday 12 November 2013 15:21:30 Billy Huddleston did opine:
> 
>> Lots of talk on this subject.. But I never really saw anything on a
>> actual camera that would be good for this.  I have a older Microsoft
>> Live Camera HD ( Wide Angle  F/2.0 HD Lens, 720p HD 30 FPS Autofocus
>> Widescreen) Was for a robot project. Was going to get 2 of them to make
>> Stereo Eyes for the robot. Never got the 2nd.. probably couldn't get
>> the same version now.. So will have to go with new versions for that
>> project.. Anyway.. This one has been stripped down.. Would it make a
>> good Camera for this ?
> 
> I think it would also suffer from the same thing I had with one of the HD 

> Studio models, and am now with the Logitech 920 I'm screwing with now.  
> Wyyy too hi def = way too much data to process, so its 4 to 5 seconds 

> after the mill & camera have stopped before you actually see the final 
> image in the backplot.  Putting a  util.crop stanza in it right after the 

> v4l stanza (in the camviewcfg file) and cropping it down to 250x400 
> (roughly, it steps in fixed quantities) helps, but that cameras 
> 2500xwhatever format simply wastes to much time flooding the system with 

> data to be usable. (IMO)  Native frame rate is about a frame a second.
> 
> So I just bought an "endoscope" camera off ebay for $22.  Its about the 
> size of a AAA battery, 2 meter usb cord, self illuminating 640x480, 8 bit 

> color, should be many times faster in its imaging output with the reduced 

> amount of data to handle.  Ought to be here by the 18th.
> 
> 
> 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)
> 
> All the men on my staff can type.
>-- Bella Abzug
> 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
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 15:35:31 kqt4a...@gmail.com did opine:

> On Tue, 12 Nov 2013, Michael Haberler wrote:
> >> The file exist
> >> $ ls -l /usr/include/libv4l2.h
> >> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
> >> 
> >> 
> >> Go figure.
> > 
> > I just tried on a 10.04 (I did this before, so I have the prerequisite
> > packages installed):
> > 
> > git clone git://psha.org.ru/psha/camunits.git
> > 
> > cd camunits/
> > ./bootstrap.sh  # failed. had to install gtkdocize:
> > apt-file search gtkdocize
> > sudo apt-get install gtk-doc-tools
> > ./bootstrap.sh
> > ./configure
> > make # works fine
> 
> THAT works. Gene are you getting this.

No, configure bails out, no OpenGL.  If I install the opengl stuff that 
fixes it, most of mesa-x11 gets ripped out, but then the camera images have 
no horizontal synch.  I could do that for the previous version I had, 
0.0.37, but then had to reinstall the mesa stuff the opengl ripped out 
which removes the opengl stuff I put in to make it configure & build work 
to actually make the camera work again.  So my contention at this point is 
why the heck should I have to install a bunch of deps it doesn't need, if 
once built, it runs fine without it?

> Compiles clean but have not installed or tested.
> 
> Richard

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)

Never, ever lie to someone you love unless you're absolutely sure they'll
never find out the truth.
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Gene Heskett wrote:

> On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:
>
>>> The file exist
>>> $ ls -l /usr/include/libv4l2.h
>>> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
>>>
>>>
>>> Go figure.
>>
>> I just tried on a 10.04 (I did this before, so I have the prerequisite
>> packages installed):
>>
>> git clone git://psha.org.ru/psha/camunits.git
>>
>> cd camunits/
>> ./bootstrap.sh  # failed. had to install gtkdocize:
>> apt-file search gtkdocize
>> sudo apt-get install gtk-doc-tools
>> ./bootstrap.sh
>> ./configure
>> make # works fine
>
> And ./configure still bails out here after doing that.  Same no OpenGL
> message.>


Do you have this package libgl1-mesa-dev?

Richard

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 15:21:30 Billy Huddleston did opine:

> Lots of talk on this subject.. But I never really saw anything on a
> actual camera that would be good for this.  I have a older Microsoft
> Live Camera HD ( Wide Angle  F/2.0 HD Lens, 720p HD 30 FPS Autofocus
> Widescreen) Was for a robot project. Was going to get 2 of them to make
> Stereo Eyes for the robot. Never got the 2nd.. probably couldn't get
> the same version now.. So will have to go with new versions for that
> project.. Anyway.. This one has been stripped down.. Would it make a
> good Camera for this ?

I think it would also suffer from the same thing I had with one of the HD 
Studio models, and am now with the Logitech 920 I'm screwing with now.  
Wyyy too hi def = way too much data to process, so its 4 to 5 seconds 
after the mill & camera have stopped before you actually see the final 
image in the backplot.  Putting a  util.crop stanza in it right after the 
v4l stanza (in the camviewcfg file) and cropping it down to 250x400 
(roughly, it steps in fixed quantities) helps, but that cameras 
2500xwhatever format simply wastes to much time flooding the system with 
data to be usable. (IMO)  Native frame rate is about a frame a second.

So I just bought an "endoscope" camera off ebay for $22.  Its about the 
size of a AAA battery, 2 meter usb cord, self illuminating 640x480, 8 bit 
color, should be many times faster in its imaging output with the reduced 
amount of data to handle.  Ought to be here by the 18th.


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)

All the men on my staff can type.
-- Bella Abzug
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Michael Haberler wrote:

>>
>> The file exist
>> $ ls -l /usr/include/libv4l2.h
>> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
>>
>>
>> Go figure.
>
> I just tried on a 10.04 (I did this before, so I have the prerequisite 
> packages installed):
>
> git clone git://psha.org.ru/psha/camunits.git
>
> cd camunits/
> ./bootstrap.sh  # failed. had to install gtkdocize:
> apt-file search gtkdocize
> sudo apt-get install gtk-doc-tools
> ./bootstrap.sh
> ./configure
> make # works fine
>
>

THAT works. Gene are you getting this.
Compiles clean but have not installed or tested.

Richard

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 15:20:01 Michael Haberler did opine:

> > The file exist
> > $ ls -l /usr/include/libv4l2.h
> > -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
> > 
> > 
> > Go figure.
> 
> I just tried on a 10.04 (I did this before, so I have the prerequisite
> packages installed):
> 
> git clone git://psha.org.ru/psha/camunits.git
> 
> cd camunits/
> ./bootstrap.sh  # failed. had to install gtkdocize:
> apt-file search gtkdocize
> sudo apt-get install gtk-doc-tools
> ./bootstrap.sh
> ./configure
> make # works fine

And ./configure still bails out here after doing that.  Same no OpenGL 
message.> 
> 
> -m
> 
> > Richard

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)

Remember the good old days, when CPU was singular?
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 14:57:35 Michael Haberler did opine:

> Am 12.11.2013 um 20:10 schrieb kqt4a...@gmail.com:
> > On Tue, 12 Nov 2013, Gene Heskett wrote:
> >> On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:
> >>> On Fri, 8 Nov 2013, David Armstrong wrote:
>  On 08/11/13 19:13, Gene Heskett wrote:
> > On Friday 08 November 2013 14:11:19 David Armstrong did opine:
> >>> And it did NOT install convert_crop.so when I did the make
> >>> install. And since its been a decade since I actually carved
> >>> new C code, I'm not sure I am up to cleaning up this mess. 
> >>> convert_crop.c did not throw any errors, but I can sure see why
> >>> it can go out to lala-land & freeze.  So I think I'll print
> >>> this and take it from the top with grep.
> >>> 
> >>> Cheers, Gene
> >> 
> >> Gene,
> >> make sure your git branch is master and not Upstream or something
> >> similar builds fine here with no warnings or errors
> > 
> > git branch? Don't recall seeing it. I got a tarball of 0.0.37. 
> > Where is the git?
> > 
> > Thanks David.
> > 
> > Cheers, Gene
>  
>  i presume your looking for camunits git , here it is .
>  
>  git://psha.org.ru/psha/camunits.git
> >> 
> >> I am running out of patience with git, and with firefox, both of
> >> which worked a few months ago, and neither has been updated/modified
> >> (that I know of) since.
> >> 
> >> But this command line, applied to either the firefox address box or a
> >> bash shell, fails instantly.  Firefox suddenly has no knowledge of
> >> git as a protocol, and when applied via a terminal session, does not
> >> even exit the ethernet port for a dns lookup.  I get this return:
> >> 
> >> gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
> >> -bash: git://psha.org.ru/psha/camunits.git: No such file or directory
> >> 
> >> I have looked thru all the plugins for firefox looking for a git
> >> helper without any success.
> >> 
> >> git-core at least is installed on every machine.
> >> 
> >> Ideas to try gleefully accepted at this point.
> >> 
> >> Finally made it do something here:
> >> 
> >> gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
> >> Initialized empty Git repository in
> >> /home/gene/linuxcnc/camunits/.git/ remote: Counting objects: 2697,
> >> done.
> >> remote: Compressing objects: 100% (922/922), done.
> >> remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
> >> Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
> >> Resolving deltas: 100% (1849/1849), done.
> >> 
> >> But that wasn't more than 5 seconds elapsed time, go see what I have.
> >> Looks half complete, copy to target machine over nfs share.  No
> >> configure script, ran automake, it barfs of course, ran autoconf
> >> which also barfs.
> >> 
> >> I have now reinstalled m4 and autoconf, autoconf runs but exits with
> >> some unknown macros errors:
> >> configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
> >> 
> >> If this token and others are legitimate, please use
> >> m4_pattern_allow. See the Autoconf documentation.
> >> 
> >> configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
> >> configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
> >> configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
> >> configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
> >> configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
> >> configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
> >> configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
> >> configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
> >> configure.ac:114: error: possibly undefined macro:
> >> AM_GNU_GETTEXT_VERSION con./configure: line 1790: syntax error near
> >> unexpected token `config.h'
> >> 
> >> 
> >> But does leave a 'configure' which also bails out:
> >> 
> >> ./configure: line 1790: syntax error near unexpected token `config.h'
> >> ./configure: line 1790: `AM_CONFIG_HEADER(config.h)'
> >> 
> >> I have blown that away and re copied what git downloaded, and have
> >> this list of files:
> >> 
> >> gene@shop:~/linuxcnc/camunits$ ls -l
> >> total 176
> >> -rw-r--r-- 1 gene gene62 2013-11-12 12:47 AUTHORS
> >> -rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
> >> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
> >> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
> >> drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
> >> -rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
> >> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
> >> -rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
> >> -rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
> >> -rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
> >> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
> >> drwxr-xr-x 5 gene gene  4096 2013-

Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Michael Haberler
> 
> The file exist
> $ ls -l /usr/include/libv4l2.h
> -rw-r--r-- 1 root root 4679 Nov 17  2009 /usr/include/libv4l2.h
> 
> 
> Go figure.

I just tried on a 10.04 (I did this before, so I have the prerequisite packages 
installed):

git clone git://psha.org.ru/psha/camunits.git

cd camunits/
./bootstrap.sh  # failed. had to install gtkdocize:
apt-file search gtkdocize
sudo apt-get install gtk-doc-tools
./bootstrap.sh 
./configure 
make # works fine


-m


> 
> Richard
> 
> --
> 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
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Billy Huddleston
Lots of talk on this subject.. But I never really saw anything on a actual 
camera that would be good for this.  I have a older Microsoft Live Camera HD ( 
Wide Angle  F/2.0 HD Lens, 
720p HD 30 FPS Autofocus Widescreen) Was for a robot project. Was going to get 
2 of them to make Stereo Eyes for the robot. Never got the 2nd.. probably 
couldn't get the same 
version now.. So will have to go with new versions for that project.. Anyway.. 
This one has been stripped down.. Would it make a good Camera for this ?


-- 
Billy Huddleston Inner Vision

*William Huddleston
Inner Vision Development Corp*
Office: 865.560.2752
Fax: 865.560.2703

http://www.ivdc.com
*Development and Consulting... Simplified.*

 
 

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 14:35:24 kqt4a...@gmail.com did opine:

> On Tue, 12 Nov 2013, Gene Heskett wrote:
> > On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:
> >> On Fri, 8 Nov 2013, David Armstrong wrote:
> >>> On 08/11/13 19:13, Gene Heskett wrote:
>  On Friday 08 November 2013 14:11:19 David Armstrong did opine:
> >> And it did NOT install convert_crop.so when I did the make
> >> install. And since its been a decade since I actually carved new
> >> C code, I'm not sure I am up to cleaning up this mess. 
> >> convert_crop.c did not throw any errors, but I can sure see why
> >> it can go out to lala-land & freeze.  So I think I'll print this
> >> and take it from the top with grep.
> >> 
> >> Cheers, Gene
> > 
> > Gene,
> > make sure your git branch is master and not Upstream or something
> > similar builds fine here with no warnings or errors
>  
>  git branch? Don't recall seeing it. I got a tarball of 0.0.37. 
>  Where is the git?
>  
>  Thanks David.
>  
>  Cheers, Gene
> >>> 
> >>> i presume your looking for camunits git , here it is .
> >>> 
> >>> git://psha.org.ru/psha/camunits.git
> > 
> > I am running out of patience with git, and with firefox, both of which
> > worked a few months ago, and neither has been updated/modified (that I
> > know of) since.
> > 
> > But this command line, applied to either the firefox address box or a
> > bash shell, fails instantly.  Firefox suddenly has no knowledge of
> > git as a protocol, and when applied via a terminal session, does not
> > even exit the ethernet port for a dns lookup.  I get this return:
> > 
> > gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
> > -bash: git://psha.org.ru/psha/camunits.git: No such file or directory
> > 
> > I have looked thru all the plugins for firefox looking for a git
> > helper without any success.
> > 
> > git-core at least is installed on every machine.
> > 
> > Ideas to try gleefully accepted at this point.
> > 
> > Finally made it do something here:
> > 
> > gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
> > Initialized empty Git repository in /home/gene/linuxcnc/camunits/.git/
> > remote: Counting objects: 2697, done.
> > remote: Compressing objects: 100% (922/922), done.
> > remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
> > Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
> > Resolving deltas: 100% (1849/1849), done.
> > 
> > But that wasn't more than 5 seconds elapsed time, go see what I have.
> > Looks half complete, copy to target machine over nfs share.  No
> > configure script, ran automake, it barfs of course, ran autoconf
> > which also barfs.
> > 
> > I have now reinstalled m4 and autoconf, autoconf runs but exits with
> > some unknown macros errors:
> > configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
> > 
> >  If this token and others are legitimate, please use
> >  m4_pattern_allow. See the Autoconf documentation.
> > 
> > configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
> > configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
> > configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
> > configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
> > configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
> > configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
> > configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
> > configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
> > configure.ac:114: error: possibly undefined macro:
> > AM_GNU_GETTEXT_VERSION con./configure: line 1790: syntax error near
> > unexpected token `config.h'
> > 
> > 
> > But does leave a 'configure' which also bails out:
> > 
> > ./configure: line 1790: syntax error near unexpected token `config.h'
> > ./configure: line 1790: `AM_CONFIG_HEADER(config.h)'
> > 
> > I have blown that away and re copied what git downloaded, and have
> > this list of files:
> > 
> > gene@shop:~/linuxcnc/camunits$ ls -l
> > total 176
> > -rw-r--r-- 1 gene gene62 2013-11-12 12:47 AUTHORS
> > -rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
> > drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
> > drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
> > drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
> > -rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
> > drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
> > -rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
> > -rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
> > -rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
> > drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
> > drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 examples
> > -rw-r--r-- 1 gene gene  9416 2013-11-12 12:47 INSTALL
> > drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4
> > drwxr-xr-x 2 gene gene  

Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Michael Haberler wrote:

>
> Am 12.11.2013 um 20:10 schrieb kqt4a...@gmail.com:
>
>> On Tue, 12 Nov 2013, Gene Heskett wrote:
>>
>>> On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:
>>>
 On Fri, 8 Nov 2013, David Armstrong wrote:
> On 08/11/13 19:13, Gene Heskett wrote:
>> On Friday 08 November 2013 14:11:19 David Armstrong did opine:
 And it did NOT install convert_crop.so when I did the make install.
 And since its been a decade since I actually carved new C code, I'm
 not sure I am up to cleaning up this mess.  convert_crop.c did not
 throw any errors, but I can sure see why it can go out to lala-land
 & freeze.  So I think I'll print this and take it from the top
 with grep.

 Cheers, Gene
>>>
>>> Gene,
>>> make sure your git branch is master and not Upstream or something
>>> similar builds fine here with no warnings or errors
>>
>> git branch? Don't recall seeing it. I got a tarball of 0.0.37.  Where
>> is the git?
>>
>> Thanks David.
>>
>> Cheers, Gene
>
> i presume your looking for camunits git , here it is .
>
> git://psha.org.ru/psha/camunits.git

>>> I am running out of patience with git, and with firefox, both of which
>>> worked a few months ago, and neither has been updated/modified (that I know
>>> of) since.
>>>
>>> But this command line, applied to either the firefox address box or a bash
>>> shell, fails instantly.  Firefox suddenly has no knowledge of git as a
>>> protocol, and when applied via a terminal session, does not even exit the
>>> ethernet port for a dns lookup.  I get this return:
>>>
>>> gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
>>> -bash: git://psha.org.ru/psha/camunits.git: No such file or directory
>>>
>>> I have looked thru all the plugins for firefox looking for a git helper
>>> without any success.
>>>
>>> git-core at least is installed on every machine.
>>>
>>> Ideas to try gleefully accepted at this point.
>>>
>>> Finally made it do something here:
>>>
>>> gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
>>> Initialized empty Git repository in /home/gene/linuxcnc/camunits/.git/
>>> remote: Counting objects: 2697, done.
>>> remote: Compressing objects: 100% (922/922), done.
>>> remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
>>> Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
>>> Resolving deltas: 100% (1849/1849), done.
>>>
>>> But that wasn't more than 5 seconds elapsed time, go see what I have.
>>> Looks half complete, copy to target machine over nfs share.  No configure
>>> script, ran automake, it barfs of course, ran autoconf which also barfs.
>>>
>>> I have now reinstalled m4 and autoconf, autoconf runs but exits with some
>>> unknown macros errors:
>>> configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
>>> If this token and others are legitimate, please use m4_pattern_allow.
>>> See the Autoconf documentation.
>>> configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
>>> configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
>>> configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
>>> configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
>>> configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
>>> configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
>>> configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
>>> configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
>>> configure.ac:114: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
>>> con./configure: line 1790: syntax error near unexpected token `config.h'
>>>
>>>
>>> But does leave a 'configure' which also bails out:
>>>
>>> ./configure: line 1790: syntax error near unexpected token `config.h'
>>> ./configure: line 1790: `AM_CONFIG_HEADER(config.h)'
>>>
>>> I have blown that away and re copied what git downloaded, and have this
>>> list of files:
>>>
>>> gene@shop:~/linuxcnc/camunits$ ls -l
>>> total 176
>>> -rw-r--r-- 1 gene gene62 2013-11-12 12:47 AUTHORS
>>> -rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
>>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
>>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
>>> drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
>>> -rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
>>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
>>> -rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
>>> -rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
>>> -rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
>>> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
>>> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 examples
>>> -rw-r--r-- 1 gene gene  9416 2013-11-12 12:47 INSTALL
>>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4
>>> drwxr-xr-x 2 gene gene

Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Michael Haberler

Am 12.11.2013 um 20:10 schrieb kqt4a...@gmail.com:

> On Tue, 12 Nov 2013, Gene Heskett wrote:
> 
>> On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:
>> 
>>> On Fri, 8 Nov 2013, David Armstrong wrote:
 On 08/11/13 19:13, Gene Heskett wrote:
> On Friday 08 November 2013 14:11:19 David Armstrong did opine:
>>> And it did NOT install convert_crop.so when I did the make install.
>>> And since its been a decade since I actually carved new C code, I'm
>>> not sure I am up to cleaning up this mess.  convert_crop.c did not
>>> throw any errors, but I can sure see why it can go out to lala-land
>>> & freeze.  So I think I'll print this and take it from the top
>>> with grep.
>>> 
>>> Cheers, Gene
>> 
>> Gene,
>> make sure your git branch is master and not Upstream or something
>> similar builds fine here with no warnings or errors
> 
> git branch? Don't recall seeing it. I got a tarball of 0.0.37.  Where
> is the git?
> 
> Thanks David.
> 
> Cheers, Gene
 
 i presume your looking for camunits git , here it is .
 
 git://psha.org.ru/psha/camunits.git
>>> 
>> I am running out of patience with git, and with firefox, both of which
>> worked a few months ago, and neither has been updated/modified (that I know
>> of) since.
>> 
>> But this command line, applied to either the firefox address box or a bash
>> shell, fails instantly.  Firefox suddenly has no knowledge of git as a
>> protocol, and when applied via a terminal session, does not even exit the
>> ethernet port for a dns lookup.  I get this return:
>> 
>> gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
>> -bash: git://psha.org.ru/psha/camunits.git: No such file or directory
>> 
>> I have looked thru all the plugins for firefox looking for a git helper
>> without any success.
>> 
>> git-core at least is installed on every machine.
>> 
>> Ideas to try gleefully accepted at this point.
>> 
>> Finally made it do something here:
>> 
>> gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
>> Initialized empty Git repository in /home/gene/linuxcnc/camunits/.git/
>> remote: Counting objects: 2697, done.
>> remote: Compressing objects: 100% (922/922), done.
>> remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
>> Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
>> Resolving deltas: 100% (1849/1849), done.
>> 
>> But that wasn't more than 5 seconds elapsed time, go see what I have.
>> Looks half complete, copy to target machine over nfs share.  No configure
>> script, ran automake, it barfs of course, ran autoconf which also barfs.
>> 
>> I have now reinstalled m4 and autoconf, autoconf runs but exits with some
>> unknown macros errors:
>> configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
>> If this token and others are legitimate, please use m4_pattern_allow.
>> See the Autoconf documentation.
>> configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
>> configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
>> configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
>> configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
>> configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
>> configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
>> configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
>> configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
>> configure.ac:114: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
>> con./configure: line 1790: syntax error near unexpected token `config.h'
>> 
>> 
>> But does leave a 'configure' which also bails out:
>> 
>> ./configure: line 1790: syntax error near unexpected token `config.h'
>> ./configure: line 1790: `AM_CONFIG_HEADER(config.h)'
>> 
>> I have blown that away and re copied what git downloaded, and have this
>> list of files:
>> 
>> gene@shop:~/linuxcnc/camunits$ ls -l
>> total 176
>> -rw-r--r-- 1 gene gene62 2013-11-12 12:47 AUTHORS
>> -rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
>> drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
>> -rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
>> -rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
>> -rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
>> -rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
>> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
>> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 examples
>> -rw-r--r-- 1 gene gene  9416 2013-11-12 12:47 INSTALL
>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4
>> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4macros
>> -rw-r--r-- 1 gene gene   181 2013-11-12 12:47 Makefile.am
>> -rw-r--r-- 1 gene gene  6704 2013-1

Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Tue, 12 Nov 2013, Gene Heskett wrote:

> On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:
>
>> On Fri, 8 Nov 2013, David Armstrong wrote:
>>> On 08/11/13 19:13, Gene Heskett wrote:
 On Friday 08 November 2013 14:11:19 David Armstrong did opine:
>> And it did NOT install convert_crop.so when I did the make install.
>> And since its been a decade since I actually carved new C code, I'm
>> not sure I am up to cleaning up this mess.  convert_crop.c did not
>> throw any errors, but I can sure see why it can go out to lala-land
>> & freeze.  So I think I'll print this and take it from the top
>> with grep.
>>
>> Cheers, Gene
>
> Gene,
> make sure your git branch is master and not Upstream or something
> similar builds fine here with no warnings or errors

 git branch? Don't recall seeing it. I got a tarball of 0.0.37.  Where
 is the git?

 Thanks David.

 Cheers, Gene
>>>
>>> i presume your looking for camunits git , here it is .
>>>
>>> git://psha.org.ru/psha/camunits.git
>>
> I am running out of patience with git, and with firefox, both of which
> worked a few months ago, and neither has been updated/modified (that I know
> of) since.
>
> But this command line, applied to either the firefox address box or a bash
> shell, fails instantly.  Firefox suddenly has no knowledge of git as a
> protocol, and when applied via a terminal session, does not even exit the
> ethernet port for a dns lookup.  I get this return:
>
> gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
> -bash: git://psha.org.ru/psha/camunits.git: No such file or directory
>
> I have looked thru all the plugins for firefox looking for a git helper
> without any success.
>
> git-core at least is installed on every machine.
>
> Ideas to try gleefully accepted at this point.
>
> Finally made it do something here:
>
> gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
> Initialized empty Git repository in /home/gene/linuxcnc/camunits/.git/
> remote: Counting objects: 2697, done.
> remote: Compressing objects: 100% (922/922), done.
> remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
> Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
> Resolving deltas: 100% (1849/1849), done.
>
> But that wasn't more than 5 seconds elapsed time, go see what I have.
> Looks half complete, copy to target machine over nfs share.  No configure
> script, ran automake, it barfs of course, ran autoconf which also barfs.
>
> I have now reinstalled m4 and autoconf, autoconf runs but exits with some
> unknown macros errors:
> configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
>  If this token and others are legitimate, please use m4_pattern_allow.
>  See the Autoconf documentation.
> configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
> configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
> configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
> configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
> configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
> configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
> configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
> configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
> configure.ac:114: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
> con./configure: line 1790: syntax error near unexpected token `config.h'
>
>
> But does leave a 'configure' which also bails out:
>
> ./configure: line 1790: syntax error near unexpected token `config.h'
> ./configure: line 1790: `AM_CONFIG_HEADER(config.h)'
>
> I have blown that away and re copied what git downloaded, and have this
> list of files:
>
> gene@shop:~/linuxcnc/camunits$ ls -l
> total 176
> -rw-r--r-- 1 gene gene62 2013-11-12 12:47 AUTHORS
> -rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
> drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
> -rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
> -rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
> -rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
> -rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
> drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 examples
> -rw-r--r-- 1 gene gene  9416 2013-11-12 12:47 INSTALL
> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4
> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4macros
> -rw-r--r-- 1 gene gene   181 2013-11-12 12:47 Makefile.am
> -rw-r--r-- 1 gene gene  6704 2013-11-12 12:47 NEWS
> drwxr-xr-x 7 gene gene  4096 2013-11-12 12:47 plugins
> drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 po
> -rw-r--r-- 1 gene gene   306 2013-11-12 12:47 README
>
>
>

Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread Gene Heskett
On Tuesday 12 November 2013 12:24:10 kqt4a...@gmail.com did opine:

> On Fri, 8 Nov 2013, David Armstrong wrote:
> > On 08/11/13 19:13, Gene Heskett wrote:
> >> On Friday 08 November 2013 14:11:19 David Armstrong did opine:
>  And it did NOT install convert_crop.so when I did the make install.
>  And since its been a decade since I actually carved new C code, I'm
>  not sure I am up to cleaning up this mess.  convert_crop.c did not
>  throw any errors, but I can sure see why it can go out to lala-land
>  & freeze.  So I think I'll print this and take it from the top
>  with grep.
>  
>  Cheers, Gene
> >>> 
> >>> Gene,
> >>> make sure your git branch is master and not Upstream or something
> >>> similar builds fine here with no warnings or errors
> >> 
> >> git branch? Don't recall seeing it. I got a tarball of 0.0.37.  Where
> >> is the git?
> >> 
> >> Thanks David.
> >> 
> >> Cheers, Gene
> > 
> > i presume your looking for camunits git , here it is .
> > 
> > git://psha.org.ru/psha/camunits.git
> 
I am running out of patience with git, and with firefox, both of which 
worked a few months ago, and neither has been updated/modified (that I know 
of) since.

But this command line, applied to either the firefox address box or a bash 
shell, fails instantly.  Firefox suddenly has no knowledge of git as a 
protocol, and when applied via a terminal session, does not even exit the 
ethernet port for a dns lookup.  I get this return:

gene@shop:~/linuxcnc$ git://psha.org.ru/psha/camunits.git
-bash: git://psha.org.ru/psha/camunits.git: No such file or directory

I have looked thru all the plugins for firefox looking for a git helper 
without any success.

git-core at least is installed on every machine.

Ideas to try gleefully accepted at this point.

Finally made it do something here:

gene@coyote:~/linuxcnc$ git clone git://psha.org.ru/psha/camunits.git
Initialized empty Git repository in /home/gene/linuxcnc/camunits/.git/
remote: Counting objects: 2697, done.
remote: Compressing objects: 100% (922/922), done.
remote: Total 2697 (delta 1849), reused 2479 (delta 1709)
Receiving objects: 100% (2697/2697), 1.37 MiB | 553 KiB/s, done.
Resolving deltas: 100% (1849/1849), done.

But that wasn't more than 5 seconds elapsed time, go see what I have.
Looks half complete, copy to target machine over nfs share.  No configure 
script, ran automake, it barfs of course, ran autoconf which also barfs.

I have now reinstalled m4 and autoconf, autoconf runs but exits with some 
unknown macros errors:
configure.ac:3: error: possibly undefined macro: AM_CONFIG_HEADER
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:18: error: possibly undefined macro: AM_PATH_GLIB_2_0
configure.ac:19: error: possibly undefined macro: AM_PATH_GTK_2_0
configure.ac:27: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:37: error: possibly undefined macro: AC_MSG_WARN
configure.ac:101: error: possibly undefined macro: AM_DISABLE_STATIC
configure.ac:102: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:113: error: possibly undefined macro: AM_GNU_GETTEXT
configure.ac:114: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
con./configure: line 1790: syntax error near unexpected token `config.h'


But does leave a 'configure' which also bails out:

./configure: line 1790: syntax error near unexpected token `config.h'
./configure: line 1790: `AM_CONFIG_HEADER(config.h)'

I have blown that away and re copied what git downloaded, and have this 
list of files:

gene@shop:~/linuxcnc/camunits$ ls -l
total 176
-rw-r--r-- 1 gene gene62 2013-11-12 12:47 AUTHORS
-rwxr-xr-x 1 gene gene   337 2013-11-12 12:47 bootstrap.sh
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camlog
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camunits
drwxr-xr-x 3 gene gene  4096 2013-11-12 12:47 camunits-gtk
-rw-r--r-- 1 gene gene  1356 2013-11-12 12:47 camunits.spec.in
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 camview
-rw-r--r-- 1 gene gene 57618 2013-11-12 12:47 ChangeLog
-rw-r--r-- 1 gene gene  6596 2013-11-12 12:47 configure.ac
-rw-r--r-- 1 gene gene 26436 2013-11-12 12:47 COPYING
drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 docs
drwxr-xr-x 5 gene gene  4096 2013-11-12 12:47 examples
-rw-r--r-- 1 gene gene  9416 2013-11-12 12:47 INSTALL
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 m4macros
-rw-r--r-- 1 gene gene   181 2013-11-12 12:47 Makefile.am
-rw-r--r-- 1 gene gene  6704 2013-11-12 12:47 NEWS
drwxr-xr-x 7 gene gene  4096 2013-11-12 12:47 plugins
drwxr-xr-x 2 gene gene  4096 2013-11-12 12:47 po
-rw-r--r-- 1 gene gene   306 2013-11-12 12:47 README



> I grabbed a copy of camunits from git. Had to create a few files

So, I'll do this to the recopied tree next
> 
> touch config.rpath
> touch po/Makefile.in.in
> touch ABOUT-NL

Re: [Emc-users] USB Camera for edge finder?

2013-11-12 Thread kqt4at5v
On Fri, 8 Nov 2013, David Armstrong wrote:

> On 08/11/13 19:13, Gene Heskett wrote:
>> On Friday 08 November 2013 14:11:19 David Armstrong did opine:
>>
 And it did NOT install convert_crop.so when I did the make install.
 And since its been a decade since I actually carved new C code, I'm
 not sure I am up to cleaning up this mess.  convert_crop.c did not
 throw any errors, but I can sure see why it can go out to lala-land &
 freeze.  So I think I'll print this and take it from the top with
 grep.

 Cheers, Gene
>>> Gene,
>>> make sure your git branch is master and not Upstream or something
>>> similar builds fine here with no warnings or errors
>>>
>> git branch? Don't recall seeing it. I got a tarball of 0.0.37.  Where is
>> the git?
>>
>> Thanks David.
>>
>> Cheers, Gene
>
> i presume your looking for camunits git , here it is .
>
> git://psha.org.ru/psha/camunits.git
>
>

I grabbed a copy of camunits from git. Had to create a few files

touch config.rpath
touch po/Makefile.in.in
touch ABOUT-NLS
cp /usr/share/gtk-doc/data/gtk-doc.make .

Then ran
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf

After that ./configure and it completd ok
Configuration (camunits):

 Source code location:  .
 Compiler:  gcc
 x86 optimizations: Enabled
 DC1394 plugin: Enabled

Make ran without errors until
make[2]: Leaving directory `/backup_2/tmp/camunits/examples'
Making all in po
make[2]: Entering directory `/backup_2/tmp/camunits/po'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/backup_2/tmp/camunits/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/backup_2/tmp/camunits'
make: *** [all] Error 2

What else do I need?

Richard


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users