Searched refs:gyro (Results 1 – 2 of 2) sorted by relevance
229 ASensorVector &gyro = e.vector; in testDirectReport() local230 double gyroNorm = std::sqrt(gyro.x * gyro.x + gyro.y * gyro.y + gyro.z * gyro.z); in testDirectReport()
472 gyro = cam.get_sensor_events()["gyro"]473 print "Number of gyro samples", len(gyro)481 events = {"gyro": gyro, "cam": zip(starts, exptimes, readouts),