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 / *80 (-40)
  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 (...) (23 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. (23 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 (...) (23 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)
 
  Re: Using Vision Command as a Smart Sensor
 
"Bob Fay" <rfay@we.mediaone.net> wrote in message news:G55s5H.CHz@lugnet.com... (...) Were you able to make it work with NQC? If it was, I'd like to see the code. Despite the association with my friend Dave Baum, I don't use NQC. (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
I made this work with some motor commands. Very cool! This is something I hoped would be developed with Vision Command. Thanks for the posting. -- Bob Fay rfay@we.mediaone.net The Shop (URL) Fay" <rfay@we.mediaone.net> wrote in message (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Using Vision Command as a Smart Sensor
 
I always find myself confused when I mess with programming. I have no clue as to downloading the test program into slot 1 of the RCX. What would be the equivalent NQC program for this. test program{ main{ display message forever{} } } -- Bob Fay (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Using Vision Command as a Smart Sensor
 
Vision Command offers very limited control of the RCX. It would be nice if you could use VC as a smart sensor from a more convention RCX program with full control. After following the work of Rainer Balzerowski, I've got a pretty simple way to do (...) (24 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc) ! 
 
  image processing in VB
 
Hi: We also want to use both: the spirit.ocx and vportal2.dll In addition we need an image processing tool. Are there some usefull modules for VB? (VB portals? ) Perhaps there are already the original LEGO functions implemented in VB? greetings (...) (24 years ago, 5-Dec-00, to lugnet.robotics.vc)
 
  Re: Vision Command capabilities revised
 
(...) Just to throw another resource into the mix if anyone is unaware of this: Intel Open Source Computer Vision Library (URL) library is mainly aimed at real time computer vision. Some example areas would be Human-Computer Interaction (HCI); (...) (24 years ago, 30-Nov-00, to lugnet.robotics.vc)
 
  Re: Lego Cam API/SDK?
 
Just to throw another resource into the mix if anyone is unaware of this: Intel Open Source Computer Vision Library (URL) library is mainly aimed at real time computer vision. Some example areas would be Human-Computer Interaction (HCI); Object (...) (24 years ago, 30-Nov-00, to lugnet.robotics.vc)
 
  Re: Linux & VC (was: X-10 camera interface)
 
(...) No, not now... But then again, that kind up support tends (...) Yes, it does. I was hoping someone would step up for it :) Luis (happily watching Linux slowly creep towards world domination) (24 years ago, 12-Nov-00, to lugnet.robotics, lugnet.robotics.vc)
 
  (canceled)
 
 
  Re: Vision Command: which logitech cam?
 
I compared the LEGO and the LOGITECH inf-files. It seems that the LEGO-Cam is an Logitech Quickcam-Web. ***** LEGO\Lvcam.inf ;---...--- PVD="LEGO" LogitechMfg="Logitech" DISK_NAME="LEGO USB Video Camera Disk" USB\VID_046D&PID_080...="Logitech (...) (24 years ago, 12-Nov-00, to lugnet.robotics.vc)
 
  Re: Linux & VC (was: X-10 camera interface)
 
(...) No, not now... But then again, that kind up support tends to materialize quite quickly if you provide the developer with the necessary hardware. Which I plan to do ASAP ;-) Regards, Hakan (24 years ago, 12-Nov-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Linux & VC (was: X-10 camera interface)
 
(...) I'm on-and-off experimenting with my Vision Command camera (...) So, as I read it, there is no support for this particular chip yet, right? And won't be for the foreseeable future? Luis (24 years ago, 11-Nov-00, to lugnet.robotics, lugnet.robotics.vc)
 
  My camera cable issue for robotic moving
 
Hello all, As I seen with other robots who need cable(s), the best way is the cable mustn't stay down the floor and pulled by the robot : Instead, the cable may come from an upper place (ceiling/roof/wall/arm/...) who let the robot moves gracefully. (...) (24 years ago, 11-Nov-00, to lugnet.robotics.vc)
 
  Linux & VC (was: X-10 camera interface)
 
(...) You are right, the QuickCam Express and the Lego camera have identical vendor IDs (0x046d), but the Product IDs are different (0x0840 for the qce and 0x0850 for the Lego camera). The software can easily check for the right camera ;-) (...) I'm (...) (24 years ago, 10-Nov-00, to lugnet.robotics, lugnet.robotics.vc)
 
  Re: Vision Command: which logitech cam?
 
(...) (URL) try it. It will work with the Lego cam. Actually, one function implemented in the Logitech DLL will return the type of the cam, but it seems not a relevant information. Jan (24 years ago, 10-Nov-00, to lugnet.robotics.vc)
 
  Re: simple create own regions for Vision Command
 
Hi Rainer and others, (...) Yes I am listening. I also browsed the VC directories some weeks ago and was making/verifying hypothesis about the meaning of all the files there. So I also discorevered the field definition files. But now I definitely (...) (24 years ago, 10-Nov-00, to lugnet.robotics.vc)
 
  Vision Command: which logitech cam?
 
Hi There! Can anyone tell me to which regular Logitech cam the VC compares best? see: (URL) (24 years ago, 10-Nov-00, to lugnet.robotics.vc)
 
  simple create own regions for Vision Command
 
Hi everybody out there ! If your not happy with the fields lego designed in the vision command software there is a simple solution if you have a Bitmap-Editor installed. There is a directory called ???\Vision_Command\d...a\Regions\ (how complicated) (...) (24 years ago, 10-Nov-00, to lugnet.robotics.vc)
 
  Re: Lego Studio Steven Spielberg Moviemaker set Review
 
"Dean Husby" <nntp@akasa.bc.ca> wrote in message news:39FCF669.7E57BF...a.bc.ca... (...) I generally agree with Dean's experience. I'll add my list of +s and -s good points: fairly complete package for making short cartoons not movies very (...) (24 years ago, 9-Nov-00, to lugnet.reviews, lugnet.org.ca.vlc, lugnet.robotics.vc)
 
  Vision Command capabilities revised
 
The Vision Command set has been on shelves for two months already. Did it meet general expectations? My opinion is that the Lego company did a pioneering work when introduced a computer cam as a children toy. Maybe it was not so revolutionary step (...) (24 years ago, 7-Nov-00, to lugnet.robotics.vc)
 
  Re: Lego Studio Steven Spielberg Moviemaker set Review
 
(...) Hm, so a further $70, eh? Plus of course the cost of the additional camera... (...) The point I was making was that it didn't look that "ghastly" to me. Maybe I have a higher tolerance for that than you do, or maybe my expectations are lower (...) (24 years ago, 7-Nov-00, to lugnet.reviews, lugnet.org.ca.vlc, lugnet.robotics.vc)
 
  Re: Lego Studio Steven Spielberg Moviemaker set Review
 
(...) Yes, the $70USD option. (See below) (...) What happens when you play back bad quality postage sized images at full screen res.? They get stretched and REALLY show off the errors... From the tests I've done it's ghastly... I would REALLY hope (...) (24 years ago, 6-Nov-00, to lugnet.reviews, lugnet.org.ca.vlc, lugnet.robotics.vc)
 
  Re: Lego Studio Steven Spielberg Moviemaker set Review
 
(...) The woman demo'ing it at the TRU said she thought there was going to be some ability to use other cameras, but it might require a "bridge". I can't vouch for the accuracy of her information though - she'd been trained only on that software, (...) (24 years ago, 6-Nov-00, to lugnet.reviews, lugnet.org.ca.vlc, lugnet.robotics.vc)
 
  Re: Lego Studio Steven Spielberg Moviemaker set Review
 
(...) Example, the large Pod Racer set is $99 USD. (That's ~$150 CAN before shipping etc.) It's $89 CAN in the stores... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 1-Nov-00, to lugnet.reviews, lugnet.org.ca.vlc, lugnet.robotics.vc)
 
  Re: Lego Studio Steven Spielberg Moviemaker set Review
 
(...) If you were to pay by cheque you'd only pay .43x % in exchange... (...) You do pay GST and the $2.00 charge for brokerage/duty (That's what they call it). Check your bill. (...) You purchased almost $500 CAN. I doubt you would be doing that (...) (24 years ago, 1-Nov-00, to lugnet.reviews, lugnet.org.ca.vlc, lugnet.robotics.vc)
 
  Re: VC Camera with Linux
 
(...) Getting hold of the data stream is indeed the problem... Georgs quick&dirty driver couldn't decode the USB data stream. He gave me a few tips, but I didn't get around to actually dismantle the VC to see which video chip is used in that thing. (...) (24 years ago, 1-Nov-00, to lugnet.robotics.vc)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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