Commit Graph

51 Commits

Author SHA1 Message Date
Georg Hagen
631d108be4 Expand ArFrame API with additional getters 2024-07-29 14:57:23 +02:00
Georg Hagen
545f248436 Fix issue with sampler 2024-07-23 02:10:42 +02:00
Georg Hagen
cd97052ec2 Add additional sampler 2024-07-23 01:00:03 +02:00
Georg Hagen
ab38e03ba1 Delay start of playback 2024-07-18 22:04:28 +02:00
Georg Hagen
6e565ac40d Make sure texture cache is released before destroying device 2024-07-14 01:28:07 +02:00
Georg Hagen
33bf5cd6e3 Add handling for ArTrackingState changes in playback mode 2024-07-12 19:45:18 +02:00
Georg Hagen
98d0779d49 Merge branch 'master' into textures 2024-07-09 13:44:09 +02:00
Georg Hagen
268be2ca60 Silence some warnings 2024-07-09 13:43:48 +02:00
Georg Hagen
bbaf8933ae Add texture cache for ar frame textures 2024-07-09 13:43:09 +02:00
Georg Hagen
88aa077dcb Add missing override 2024-07-09 13:26:54 +02:00
Georg Hagen
87ce56b894 Add ArBackgroundDrawable 2024-07-07 00:37:49 +02:00
7e9c568779 Add interfaces for getting textures from ar frames 2024-07-05 14:08:04 +02:00
Georg Hagen
b4619be858 Store image resolution and framerate in ar metadata 2024-07-04 10:28:43 +02:00
Georg Hagen
d5e0331525 Expose more ar config options 2024-07-04 09:24:15 +02:00
Georg Hagen
4af5dbd596 Add support for saving color images directly to file 2024-07-04 09:07:31 +02:00
Georg Hagen
a0b7079df5 Temporarily disable cpp20 code 2024-06-26 10:16:27 +02:00
Georg Hagen
9df63151b1 Add OnStopped event to ArSession 2024-06-23 23:29:12 +02:00
Georg Hagen
29a5fd9ed7 Allow filesystem path directly in ar recorder 2024-06-17 13:36:04 +02:00
Vladyslav_Baranovskyi_EXT
14407eaff9 Merge pull request 'SimpleAnimationController class, MovingCubeApp example application' (#36) from add_simpleanimationcontroller into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/36
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-07 14:09:08 +02:00
3e8ea0fd32 Fix linux build issue 2024-06-07 10:50:34 +02:00
Georg Hagen
58e63b6610 Don't use AR recorder in playback mode 2024-06-04 15:09:27 +02:00
Vladyslav Baranovskyi
114292c96c Merge branch 'master' into windows_build_fix 2024-05-27 12:17:07 +03:00
Vladyslav Baranovskyi
29108cab21 Minor code fixes in order to compile on windows 2024-05-23 23:58:45 +03:00
Georg Hagen
7fa25267d5 Add back check if libjpeg-turbo is available 2024-05-23 21:21:03 +02:00
9d53047f94 Some bugfixes 2023-11-25 22:31:33 +01:00
4c2af98602 Introduce new helpers 2023-11-16 16:04:09 +01:00
0178c716dd Log ar tracking changes 2023-10-25 11:37:29 +02:00
e0f24153d3 Change namespace name 2023-10-03 19:52:23 +02:00
7538c82772 Optimize 2023-10-02 10:15:30 +02:00
d49166e963 Use constant for AR metadata file 2023-10-01 10:06:11 +02:00
3e2396ad41 Fix issue when moving AR recordings directory 2023-09-30 13:38:40 +02:00
5dfc2de985 Handle deinitialisation 2023-09-24 20:27:34 +02:00
090e75a1ca Fix issues with de/re-initialisation 2023-09-18 15:13:14 +02:00
b38ff35e09 Code cleanups 2023-09-15 15:33:22 +02:00
4b25463a2f Fix issue with playback 2023-09-12 16:44:55 +02:00
4572cfbf53 Make AR playback frame loading async 2023-09-10 13:59:11 +02:00
4dac821abb Fix dead code 2024-08-03 16:30:11 +02:00
bd55a26a02 Record AR frames at quater resolution by default 2023-07-31 01:06:54 +02:00
d2f84bbf54 Log available AR video formats 2023-07-30 01:01:01 +02:00
9db2db9183 Add ArKit HighRes capture 2023-07-29 00:53:11 +02:00
312ac14bef Cleanup 2021-07-28 22:32:11 +02:00
d372ce7c07 Add async frame recording 2021-07-27 02:05:08 +02:00
7faf3a7a7d Update AR data recording to use Events for new frame recording, add more config options and prepare for async recording 2021-07-26 21:57:56 +02:00
42bad4c049 Update build script 2021-07-10 20:02:11 +02:00
cb3c93c8c8 Add initial ArKit support 2021-07-07 20:21:22 +02:00
5f85d07609 Add ArRecorder logic 2021-06-30 19:35:10 +02:00
b3284ae096 Read frame id from metadata name 2021-06-22 19:33:09 +02:00
88144df490 Rename files 2021-06-21 16:12:31 +02:00
d98aa4fa57 Add initial AR playback support 2021-06-18 19:48:11 +02:00
a28650a1ef Introduce ArFrameMetadata to relly less on virtual functions for metadata getters 2021-06-05 19:46:07 +02:00