tobiipro / g3pylib

A Python client library for Glasses3
Other
15 stars 7 forks source link

Feature: Getters for scenevideo and gazedata urls #64

Closed OskarSoderberg closed 2 years ago

OskarSoderberg commented 2 years ago

This commit adds aiohttp as a dependency with the Apache Software License (Apache 2). This should be ok after a quick google search.

The tests for the new getters make a request using the urls and check that the response status is 200. Any opinions on this?

Also, any opinions on the error handling on line 174 and 190 in recording.py?

Resolves #61