From f406b3f6051c98b75587a3a6d7b7bc47b6171c01 Mon Sep 17 00:00:00 2001 From: Techum <f-herrmann@gmx.net> Date: Tue, 4 Jan 2022 18:49:06 +0000 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4562954 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Video feed option for fischertechnik TXT4.0 controller shown here: +https://www.youtube.com/watch?v=9_eZDaHBpmg&t=34s + +No additional installation required. +You can use the project as is as a library in your own projects. +The video can be used by opening a browser and specifying the following URL: + +http://[IP Controller]:9999/video_feed + +This only works on the local network. +I only tested this with txt4.0 being connected to my AP as a client. + -- GitLab