Commit graph

163 commits

Author SHA1 Message Date
rodolpheh 71639b8dc9 Add missing LIBS and LIBPATH 2023-10-25 17:43:38 +01:00
rodolpheh 35d721d1ed Add features list to README 2023-10-24 22:59:04 +01:00
rodolpheh 29740c9af4 Add some instructions in README 2023-10-24 22:49:32 +01:00
rodolpheh c31fc6b2b3 Make UltraleapDeviceNode runnable, live HT in editor 2023-10-24 22:13:40 +01:00
rodolpheh 5b1e0f2d5c Introduce primary device setting for UltraleapHandTracking node 2023-10-24 21:21:22 +01:00
Rodolphe Houdas 0d5abac485 Move some controls around in visualiser 2023-10-03 22:43:49 +01:00
Rodolphe Houdas 8632ad0725 Try to make allow pause resume work (alas...) 2023-10-03 22:29:59 +01:00
Rodolphe Houdas f8bd79c2dc Don't enable images by default 2023-10-03 21:14:25 +01:00
Rodolphe Houdas 89986531b9 Add placeholder for image streaming disabled 2023-10-03 20:49:54 +01:00
Rodolphe Houdas 633f0397fa Reenable and fix side panel in visualiser 2023-10-03 20:46:32 +01:00
Rodolphe Houdas acc36f5c58 Fix HMD and Screentop baseline 2023-10-03 20:45:55 +01:00
Rodolphe Houdas 9d23756c96 Small scripts cleanup 2023-10-03 07:33:17 +01:00
Rodolphe Houdas e92c57e00f Adapt to any device baseline 2023-10-03 07:32:31 +01:00
Rodolphe Houdas 5123434d03 Fix wrong distortion map and flip it 2023-10-03 07:32:11 +01:00
Rodolphe Houdas 6b74539f13 Clean and improve slightly API 2023-09-25 23:19:13 +01:00
Rodolphe Houdas 6b8b7b88f3 Clean some code in Visualiser 2023-09-25 21:37:05 +01:00
Rodolphe Houdas a877f45afa Remove unnecessary last_image_event 2023-09-02 22:59:26 +01:00
Rodolphe Houdas 8af045b8cf Remove some dead code 2023-09-02 22:44:58 +01:00
Rodolphe Houdas 3b973c45e9 Add service IP and port parameters 2023-09-02 22:32:52 +01:00
Rodolphe Houdas 6f1cc58565 Add message when no device is found 2023-09-02 21:34:39 +01:00
Rodolphe Houdas 1401ede9a0 Better handle connection/disconnection in visualizer 2023-07-31 23:09:16 +01:00
Rodolphe Houdas f5df5a3ab4 Add signals for connection/disconnection 2023-07-31 23:08:06 +01:00
Rodolphe Houdas e3ff5121bc Make device node more thread safe (hopefully) 2023-07-27 22:39:09 +01:00
Rodolphe Houdas c88c13f8a6 Remove signals from device resource 2023-07-27 22:14:23 +01:00
Rodolphe Houdas 3f89912f76 Make the Visualiser scene thread safe 2023-07-27 22:13:19 +01:00
Rodolphe Houdas 077355790e Put all UltraleapHandTracking signals into events queue 2023-07-27 22:12:24 +01:00
Rodolphe Houdas 1e19560a79 Implement event queue for inter-thread signal exchange 2023-07-27 20:14:27 +01:00
Rodolphe Houdas 5b60c0a76f Update demo to Godot 4.1 2023-07-27 19:31:33 +01:00
Rodolphe Houdas 669b61c37b Update extension to Godot 4.1.1 2023-07-26 19:34:54 +01:00
Rodolphe Houdas 3dfa24fca3 Enable physic bones 2023-06-17 23:52:57 +01:00
Rodolphe Houdas c78931b647 Small fixes in examples 2023-06-15 22:12:31 +01:00
Rodolphe Houdas eae43bc9ad Introduce some thread-safety (maybe?) 2023-06-15 22:12:05 +01:00
Rodolphe Houdas 2d751c4653 Use Godot's memalloc and memfree for Leap's allocator 2023-05-14 19:30:09 +01:00
Rodolphe Houdas 8690a2dd1d Implement pause/resume tracking 2023-05-04 22:10:00 +01:00
Rodolphe Houdas 5585fecbe3 Implement allow pause resume policy 2023-05-04 21:07:43 +01:00
Rodolphe Houdas 845600e150 Implement other policy flags 2023-05-04 20:47:49 +01:00
Rodolphe Houdas a647e60914 Add initial support for setting policies 2023-05-04 08:29:16 +01:00
Rodolphe Houdas 4399c03afe Scale properly unrectified images 2023-05-02 08:33:31 +01:00
Rodolphe Houdas 47c283e85f Clean HUD script 2023-04-28 23:20:42 +01:00
Rodolphe Houdas 3271ad4ea0 Fix layout issue in Visualizer 2023-04-28 23:08:49 +01:00
Rodolphe Houdas ad8885765e Add right image and clean scene/code 2023-04-28 23:02:43 +01:00
Rodolphe Houdas 3dbd926724 Rectify and reproject image 2023-04-23 13:15:38 +01:00
Rodolphe Houdas 039b21ccbe Add switch for distortion and clean some code 2023-04-03 22:07:52 +01:00
Rodolphe Houdas 7b4ba61509 Add undistortion to viewer 2023-04-02 23:11:41 +01:00
Rodolphe Houdas 5210c35627 Get and store distortion matrix 2023-04-02 23:11:23 +01:00
Rodolphe Houdas 06300f9f4a Add interpolation to visualiser 2023-03-26 22:16:41 +01:00
Rodolphe Houdas 4a8216fecb Add possibility to request interpolated frame 2023-03-26 22:16:14 +01:00
Rodolphe Houdas 1fa918b3c2 Fix tracking mode subtitle animation 2023-03-25 23:25:19 +00:00
Rodolphe Houdas 0c12f80c91 Add framerate on visualiser 2023-03-25 22:53:52 +00:00
Rodolphe Houdas 59476fe744 Add cool synthwave style 2023-03-14 21:19:59 +00:00