A Robot Based On Raspberry Pi.
It can talk with you in chinese.
It can record with a CSI or USB camera and video format is mp4(720P 25fps)
Real-time video can be previewed by vlc via rtsp protocol, use cmd: rtsp://192.168.1.222:554
Record file is splited by 250MB and is named by local time.
E-mail:[email protected]
- a raspberry pi
- connect a speaker to pi via the 3.5mm jack
- plug in the usb mic phone
- enter home dir: cd /home/
- record short pcm data(ctrl+c to stop): arecord -D hw:1,0 -f S16_LE test.pcm
- replay it aplay -f S16_LE test.pcm
- have you here what you recorded?
./requirements.sh
make
./iRobot