odroid

Odroid: can it run python code to use GPIO pins?

Odroid: can it run python code to use GPIO pins? Question: I’m planning to get either Odroid C2 or RaspberryPi 3 and I’m just wondering because when I search for tutorials on how to use GPIO pins in Odroid I’m seing codes written in C I guess? I just want to ask if I can …

Total answers: 2

OpenCV webcam image broken

OpenCV webcam image broken Question: I wrote a script in Python3 and OpenCV 3.1 for timelapse photos on Odroid C1: Unfortunately sometimes images from the webcam are messed up: Here’s are some example photographs. And here’s the source code: import numpy as np import cv2 import time import datetime import sys cap = cv2.VideoCapture(0) # …

Total answers: 3