Today I read about the RPi camera now available in UK. It made me think wacko thoughts....ahhhh, why not....
What do folks think about putting an RPi with its camera on the PnP head?
Having wireless RPi on the head could actually reduce cable snarl. It was such an odd idea I thought I should get a sanity check with you guys.
Sad about OpenCV instability on RPi. Wonder if that might be due to sw float emulation in previous RPi javas? The OpenCV instability makes me sad for now but hopeful for a distant (?) future where some energetic kind souls might fix it given the new incentive of RPi cam. Did not know about Olimex board. Thanks for tip, Chris.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/0fd4e737-3325-4174-a2c4-ba21834c91e2%40googlegroups.com?hl=en-US.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Looks like summer will see at least two pnp kickstarters!
My interest in RPI OpenCV stems from this recent link: http://www.raspberrypi.org/archives/4207
In Pierre's post, we see facial recognition running on RPI using OpenCV and VIDEO. Wow! Pierre's research is inspiring!I asked myself some questions and here is what I found:
Q: Can the RPI process images quickly?A: Probably. I'm researching that. Currently, raspistill takes 1-2 seconds to take and save a 200x800 pixel JPG. However, we don't need the JPG, We just need the part location and orientation. My hypothesis is the 1-2 seconds might be just the time it takes to generate the JPG.
Q: Can the RPI run OpenCV and OpenPnP at the same time?A: Maybe. I'm researching that. RPI can run my Java web server. It can also run OpenCV. With luck, it can run both simultaneously. If not, I'll just add an RPI driver to OpenPnP, so I'm not too worried.