diff --git a/python/ftl/README.md b/python/ftl/README.md new file mode 100644 index 0000000000000000000000000000000000000000..9f84bd20c94543dc6aa38a4ecbdcf51b830db53e --- /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