From e5b202b32cbfd72b60643d3a64ffa555e993819b Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Tue, 22 Oct 2019 18:02:53 +0300 Subject: [PATCH] readme --- python/ftl/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/ftl/README.md diff --git a/python/ftl/README.md b/python/ftl/README.md new file mode 100644 index 000000000..9f84bd20c --- /dev/null +++ b/python/ftl/README.md @@ -0,0 +1,12 @@ +Python support for `.ftl` files. At the moment, only reading RGB channels +(left/right) supported. + +Required **Python** modules: + + * msgpack + * numpy + * skimage **or** OpenCV + +Required libraries + + * libde265 (available on most Linux distributions) \ No newline at end of file -- GitLab