To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.vcOpen lugnet.robotics.vc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Vision Command / *86 (-20)
  Re: Moviemaker set with no software
 
"Cindy Salwen" <csalwen@northeast.net> wrote in message news:j6ia5t0rhf3vv8d...4ax.com... (...) to figure out (...) software for it? (...) That's actually a pretty fair price for Studios. Maybe LEGO customer support will send you the disk. Several (...) (23 years ago, 5-Jan-01, to lugnet.robotics.vc)
 
  Moviemaker set with no software
 
I just bought the moviemaker set without the software for $10. I'm trying to figure out how to use it, possibly with the RCX. Any ideas of any way to get software for it? Cindy (23 years ago, 5-Jan-01, to lugnet.robotics.vc)
 
  English version of VC software - where, from?
 
Hello. I am new to LEGO Mindstorms world. I live in Poland where LEGO is not selling its Vision Command extension to Mindstorms. I have it bought in Germany. Unfortunately the software included in a.m. set was localized, and is available only in (...) (23 years ago, 31-Dec-00, to lugnet.robotics.vc)
 
  Re: Vision Command Questions
 
The camera is a good quality and is most responsive to motion. The light and color sensitivity seem to be rather marginal. The big drawback is the cable to the camera. It is 16 feet long, which is great, but it is quite stiff and a cumbersome (...) (23 years ago, 31-Dec-00, to lugnet.robotics.vc)
 
  Re: Vision Command Questions
 
(...) etc? (...) color. (...) VC only uses Hue to detect color. The color is trained by showing it to the camera. Hue varies between 0 and 359. A match must be within +/- 10 of the trained color. A big problem with detecting color with this method (...) (23 years ago, 31-Dec-00, to lugnet.robotics.vc)
 
  Re: Vision Command Questions
 
(...) Yes ! It's an USB camera (logitech webcam with a lego-like cover and another harware key) (...) Yes ! (I don't know how the already written activeX control works.) (...) Color detection is not realy good for my opinion. A little difference in (...) (23 years ago, 31-Dec-00, to lugnet.robotics.vc)
 
  Vision Command Questions
 
Hello, I have a few questions about Vision Command. 1. I'm a little confused about how the camera interfaces with the RCX. Does the camera just send data to the PC and then the PC sends commands to the RCX via the infrared tower? 2. Do you have to (...) (23 years ago, 31-Dec-00, to lugnet.robotics.vc)
 
  Allowing VC to select slot number for alternate program
 
For those of you who are tinkering with running alternate language programs from VC, Dean Husby suggested that you can add a little more flexibility with another modification. Modify the SpinLeft macro as shown below to allow you to select the slot (...) (24 years ago, 29-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Studios camera working with Mindstorms
 
(...) If you're interested in going deeper with the vision command stuff you should try the activeX that allready has been written. Take a look at: (URL) I didn't try it yet. When trying, please let me know what you think of it. (24 years ago, 28-Dec-00, to lugnet.robotics.vc)
 
  Vision Command and Macintosh
 
Ok, it was Christmas. I got a Vision Command box and want to use it with my Macintosh. I understand the camera is essentially from Logitech. I down loaded the version 3.1.3 software ("QuickCam 2.1.3 Installer") from their site. However, it does not (...) (24 years ago, 28-Dec-00, to lugnet.robotics.vc)
 
  Re: Linux & VC (was: X-10 camera interface)
 
(...) Has there been any progress on the Linux Drivers for the Lego Cam? I really want to get my Linux box using it ASAP! Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 15-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Tutorial for Making Vision Command Patterns
 
I've put together a tutorial on making patterns for Vision Command. You will find it and a player piano application at: (URL) again to Rainer Balzerowski for his work in this area. Michael Gasperi (24 years ago, 8-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
(...) Nice page. It's such a shame that LEGO didn't think to just allow a person to use the MSG's when a zone is active... That's one huge oversight... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 7-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
Rainer Balzerowski <balze2@gmx.net> wrote in message news:G55w18.1Ip@lugnet.com... (...) It does slow down VC a little to leave the 1.0 seconds in the Spin Left. You really notice it if you put long numbers like 100 seconds in. I've incorporated (...) (24 years ago, 7-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
This works for me. NQC task main() { while(true) { SetUserDisplay(Message(),0); } } -- Bob Fay rfay@we.mediaone.net The Shop (URL) Gasperi" <gasperi@alynk.com> wrote in message news:G55vn0.D3@lugnet.com... (...) command (...) that (...) the (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
This works for me. NQC task main() { while(true) { SetUserDisplay(Message(),0); } } -- Bob Fay rfay@we.mediaone.net The Shop (URL) Gasperi" <gasperi@alynk.com> wrote in message news:G55vn0.D3@lugnet.com... (...) command (...) that (...) the (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
(...) I didn't check this out yet, but i guess it does !!?!! (...) Nice to hear ! Thanks ! Rainer (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
"Rainer Balzerowski" <balze2@gmx.net> wrote in message news:G55v2z.LqB@lugnet.com... (...) or (...) for one (...) I didn't realize VC tried to compensate for the RCX program. I'll fix that comment. Do you think the Spin Left 1.0s command in the (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
In lugnet.robotics, Michael Gasperi writes: hoped would be developed with Vision Command. Thanks for the posting. (...) Hi folks, i do it in a task like this : int global_message; task Read_VC_Messages () { int j; int local_message = 0; (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
I just used one Message. I still don't know how to do your test program. This will start and stop the motor as long as motion is detected in area 2. task main() { while(true) { if (Message()== 2) { OnFwd(OUT_A); Wait(100); Off(OUT_A); } } } -- Bob (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR