Skip to content

Instantly share code, notes, and snippets.

@Euler29
Created June 10, 2018 13:10
Show Gist options
  • Save Euler29/45b61a195333c61bdf260a54230e88f1 to your computer and use it in GitHub Desktop.
Save Euler29/45b61a195333c61bdf260a54230e88f1 to your computer and use it in GitHub Desktop.
otonom_araba_kod2
camera=PiCamera()
camera.resolution=(640,480)
camera.framerate=32
camera.rotation=180
rawCapture=PiRGBArray(camera,size=(640,480))
time.sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment