This is a collaborative challenge:
Technical Requirements:
Get creative with motors and or a camera attached to the Raspberry Pi
Don't know what to do? Here are some suggestions:
Try to control a stepper motor (we didn't do this yet).
Try any of the camera activities we didn't get to here (like specific object or face tracking, using EdgeImpuse and more).
Try to use motors to have a camera follow your face using the challenge example at the bottom this page.
Can you figure out how to use OpenCV to add a filter to a camera image?
Can you add buttons to your Raspberry Pi. One takes a single photo and one takes a series of 5 photos. (easier)
Create a visual interface using Pygame that would allow a user to control the movement of a motor.
Add two buttons to the Raspberry Pi. One moves a motor left, one moves it right. (easier)
Try the tutorial that applies sentiment analysis to the latest NYT headline. (easier)
Create a web interface that can control a motor.
Make a servo move based on API data (for example, have a pointer point at something)
Try using Tensorflow machine learning library with the camera.
Use a temperature or distance sensor to control a motor. (easier)
You don't have to do any of these! Think up your own experiment.
Documentation Requirements
Post your finished code to your site.
Take a photo / video / screenshot of your working device and post it to your class site
Write a paragraph about how it all works.