| | Re: Digital Camera with LEGO
|
| | Using the datalog information to create a bitmap is a good idea, but the question is how would you transfer the data from the RCX to the computer. Even then how would the bitmap be created?? (25 years ago, 2-Feb-00, to lugnet.robotics)
|
| | |
| | | | Re: Digital Camera with LEGO Ben Jackson
|
| | | | (...) nqc -datalog will download it. Then you'll need a program which can take that list of numbers and make an image file. A text PGM image is probably the easiest thing to make. They just look like P2 123 456 255 ... That would be a 123x456 (...) (25 years ago, 2-Feb-00, to lugnet.robotics)
|
| | | | |
| | | | | | Re: Digital Camera with LEGO Iain Hendry
|
| | | | | (...) that (...) your (...) with (...) load (...) Ben, Thank you *very* much - this is very easy! Too cool! Thanks for the reply. It was very easy to generate the PGM file from a text file. You've saved me a lot of grief! Iain (25 years ago, 2-Feb-00, to lugnet.robotics)
|
| | | | | |
| | | | Re: Digital Camera with LEGO Philippe Jadin
|
| | | | (...) using spirit.ocx, you can transfer any data from and to the rcx. You need a programming environnment which support spirit.ocx, such as visual basic, delphi,... Downloading spirit.ocx sdk from mindstorms site is a must. (...) Using an image (...) (25 years ago, 2-Feb-00, to lugnet.robotics)
|
| | | | |