Replies: 1 comment 3 replies
-
What applications are you hoping to run on the Raspberry Pi with the camera? If it's basic computer vision or video streaming, I think a Pi should be enough to handle that if you're concerned about computing power. Raspberry Pi 3/4 can also run TFLite models if you need a bit beefier computer vision. Not too sure about the reverse setup, how are you planning to interface the Pi if it was hand-held with the laptop? Remote desktop access, VNC, SSH? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In preparation for working with students in an AI course, I'm currently exploring different Create 3 setups for implementing an autonomous robot that can emulate dog obedience behaviours with voice and hand commands. To start, I have in mind commands like "come", "stay", virtual roll-over, virtual wag-tail, and maybe even "heel". Also, I'm open to other ideas. And maybe this has already been done - is there a recommended way to do it, or an example to follow?
The students will all have a Create 3, a laptop, many will have a mobile phone, and if it ends up making sense they could be instructed to buy a Pi and Pi camera. The idea is that I will implement the "robot dog", and then teach the students how to do it with their own Create 3.
For this application I will need a camera on the Create, and one of the possibilities is a camera-equipped Pi 3B or 4B added to the Create, and a wireless laptop would control the Pi. However, it occurs to me that it might be more effective to reverse that setup, and velcro a laptop with a camera, microphone/speaker, and superior compute power to the Create, use the Pi hand-held (or maybe mobile phone) to communicate with the laptop for high-level control, including a "kill switch".
Laptop sitting on and hardwired to the Create is not one of the "hookup examples", and maybe there's good reason for that.
I'd appreciate hearing opinions on the pros and cons of velcro-ing a laptop to the Create. Alternative suggestions are welcome too!
Beta Was this translation helpful? Give feedback.
All reactions