Author Topic: camera on robot  (Read 1661 times)

0 Members and 1 Guest are viewing this topic.

Offline budsyTopic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
camera on robot
« on: June 27, 2011, 06:47:51 AM »
I want to build a robot that will take a person's pic and then send it to computer through bluetooth . The computer will run an image recognition sw and then if it's a match or a fail it will send the message back to the robot . But my main question is that if the size of the pic is somewhere around 1 mb or so then will there be enough memory space ?? If not then how can this problem be tackled ??

Offline newInRobotics

  • Supreme Robot
  • *****
  • Posts: 1,015
  • Helpful? 48
  • N.I.R.
Re: camera on robot
« Reply #1 on: June 27, 2011, 09:36:02 AM »
But my main question is that if the size of the pic is somewhere around 1 mb or so then will there be enough memory space ?? If not then how can this problem be tackled ??
Do You mean 1MB? I believe EEPROM in commonly available PICs is definitely smaller than 1MB. To store something like photos You normally have to use external memory, such as SD card, external EEPROM block or something similar. As all image processing will be done in Your PC, there is no need to have big external memory, unless You want images to be stored in Your robot for any reason.

Have You considered using WiFi instead of Bluetooth? You would get higher transfer speed as well as higher range.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian W

Offline budsyTopic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
Re: camera on robot
« Reply #2 on: June 27, 2011, 12:19:46 PM »
I am Quite a noob . The image has to be stored on robot before transfer so that's why the extra memory . Last question : Are there SD card modules available too ??

Offline Gertlex

  • Supreme Robot
  • *****
  • Posts: 763
  • Helpful? 24
  • Nuclear Engineer ยท Roboticist
    • Index of Oddities
Re: camera on robot
« Reply #3 on: June 28, 2011, 12:13:24 PM »
How big does the image need to be?

One approach would be this Serial Camera which would indeed work via bluetooth.  It would take several seconds to send the picture though. http://www.sparkfun.com/products/10061

From what I've read, you might also have significant problems in general with sending the picture via a wireless connection.  If the picture format is .jpg, packet loss will hugely distort the image, apparently.
I

 


data_list