Thingiverse
2 Axis IP Camera with Raspberry Pi 3
di haverping
4
Download
0
Likes
0
Makes
Just to improve my python skills I created a 2 Axis Camera with an Raspberry Pi using
" Motion " as streamer and my own Python Script to control the two Servo's " MG 90 "
via remote or as stand alone.
Be aware the ground plate is not included because
I had some piece of aluminium in store and it will make the device a bit heavier.
You could take a piece of wood as well.
I used
PLA
webcam: https://www.amazon.de/gp/product/B01FDCK6FS/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
servo: https://www.amazon.de/gp/product/B07FQMTLD4/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1
https://www.file-upload.net/download-13847381/TRIM_20200105_120410.mp4.html
That would be the code I use ;-)
I know that could all be better but it works for me.
I already work on an webinterface in php written.
You have create a " servo_dreh_n.txt " in the same Folder as the script.
#!/usr/bin/python3
import RPi.GPIO as GPIO
import time
import socket
import threading
servo_kipp = 23
" Motion " as streamer and my own Python Script to control the two Servo's " MG 90 "
via remote or as stand alone.
Be aware the ground plate is not included because
I had some piece of aluminium in store and it will make the device a bit heavier.
You could take a piece of wood as well.
I used
PLA
webcam: https://www.amazon.de/gp/product/B01FDCK6FS/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
servo: https://www.amazon.de/gp/product/B07FQMTLD4/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1
https://www.file-upload.net/download-13847381/TRIM_20200105_120410.mp4.html
That would be the code I use ;-)
I know that could all be better but it works for me.
I already work on an webinterface in php written.
You have create a " servo_dreh_n.txt " in the same Folder as the script.
#!/usr/bin/python3
import RPi.GPIO as GPIO
import time
import socket
import threading
servo_kipp = 23
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!