Mateo de Mayo
|
75e908552f
|
doc: Fix missing entities from modules documentation
|
2021-03-06 20:34:35 -03:00 |
|
Christoph Haag
|
cd69816872
|
doc: Add changelog for MR !704
|
2021-03-02 19:55:35 +01:00 |
|
Christoph Haag
|
15365a2acd
|
doc: add northstar example config
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
d270828cfc
|
doc: Add changelog for MR 695
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
12ad9a6766
|
d/ns: Remove tracker logic in favor of tracking overrides
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
44e375dd8a
|
aux/util: Save tracking override config
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
c077788436
|
aux/util: Store calibration config non-destructively
On save
* delete only nodes pertaining to calibration
* add new calibration nodes
* write config file
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
de169bf575
|
gui: Add gui for tracking overrides
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
5e4c62c8aa
|
aux/util: Move json config parsing to aux/util
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
aa9298f70d
|
aux/util: Move read_content to u_file
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
ff16eab9df
|
xrt: implement multi device wrappers for tracking overrides
Example config ~/.config/monado/config_v0.json
{
"active": "tracking",
"tracking": {
"version": 0,
"tracking_overrides": [
{
"target_device_serial": "LHR-E8CC625B",
"tracker_device_serial": "LHR-1D80A098",
"offset": {
"orientation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"position": {
"x": 0,
"y": 0,
"z": 0
}
}
}
]
}
}
v2: Add multi device wrapper
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
13db11901c
|
d/rs: Add prober and create xrt_device for rs
|
2021-03-02 19:43:19 +01:00 |
|
Christoph Haag
|
6c6c70f700
|
d/rs: exit early if no realsense device is connected
Previously we only exited after rs2_pipeline_start_with_config timed out.
|
2021-03-02 19:27:36 +01:00 |
|
Christoph Haag
|
aa7b3978b7
|
d/rs: Initialize offset to identity
|
2021-03-02 19:27:36 +01:00 |
|
Christoph Haag
|
9332bb04c8
|
st/prober: Disable vive driver when we have survive
Unless survive is disabled via config, then don't disable vive.
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
ebd4b8eae4
|
st/prober: Add ability to skip drivers
Only for drivers loaded with probers and autoprobers for now.
Example config:
{
"disabled": [
"survive"
]
}
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
279520c302
|
d/survive: Use autoprober interface
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
a89f32470e
|
cli: Print built in drivers from driver names
for probers and auto probers only for now
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
58e68e0a4a
|
st/prober: Allow querying entries and autoprobers
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
37c96ee7fb
|
xrt: Add a static driver_name to probers
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
6914bae78e
|
d/ns: Add autoprober name
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
9ea02ac032
|
d/vive: Give consistent name to HMD
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
6e852ec9a0
|
d/survive: Give consistent name to HMD
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
dbf804cfcb
|
build/meson: Make it possible to disable daydream&arduino
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
92d94ddcc7
|
d/psvr: Don't report created device if creation failed
|
2021-03-02 17:50:19 +00:00 |
|
Christoph Haag
|
ea404a265b
|
st/prober: Print name of misbehaving autoprober
|
2021-03-02 17:50:19 +00:00 |
|
Ryan Pavlik
|
7477873682
|
doc: Update mr.676.md to mention another MR.
|
2021-03-02 17:20:02 +00:00 |
|
zhibinw
|
57b42cad9a
|
ipc/android: Start client listener thread when get new fd from client.
|
2021-03-02 14:02:54 +08:00 |
|
Jakob Bornecrantz
|
d6eda06ae2
|
doc: Remove md prefix from all Markdown pages
|
2021-03-01 19:42:52 +00:00 |
|
Jakob Bornecrantz
|
ecfec5028e
|
xrt: Add doccomment and fix doxygen error
|
2021-03-01 19:31:25 +00:00 |
|
Jakob Bornecrantz
|
a387202352
|
doc: Tidy mainpage.md
|
2021-03-01 19:30:57 +00:00 |
|
Mateo de Mayo
|
116d77f52e
|
st/prober: Allow autoprobe function to create more than one device.
|
2021-02-28 15:27:52 +00:00 |
|
zhibinw
|
f55c0d7bfb
|
t/service-lib: Remove unused header.
|
2021-02-27 09:55:26 +08:00 |
|
Ryan Pavlik
|
1963e313b1
|
ipc/android: Switch to using client push mutex to avoid cond var wait in server.
|
2021-02-24 15:25:28 -06:00 |
|
Ryan Pavlik
|
12e07bdb69
|
ipc/android: Fix potential lost signal to client
|
2021-02-24 15:23:26 -06:00 |
|
Ryan Pavlik
|
ccf6ac4b94
|
ipc/android: Remove old workaround
|
2021-02-24 15:23:26 -06:00 |
|
Ryan Pavlik
|
01fbbc4ed5
|
ipc/server, t/server_lib: Implement mainloop code for Android, using a pipe.
|
2021-02-24 15:23:26 -06:00 |
|
Ryan Pavlik
|
28c84af396
|
doc: Add Android details to the IPC doc
|
2021-02-24 15:23:26 -06:00 |
|
Jakob Bornecrantz
|
5e06acf2ad
|
t/cli: Tidy
|
2021-02-24 14:33:34 +00:00 |
|
Jakob Bornecrantz
|
48c2fe1f87
|
c/main: Refactor out wait idle to own function
|
2021-02-24 14:33:34 +00:00 |
|
Jakob Bornecrantz
|
616b7f6ae0
|
c/main: Tidy comp_target_swapchain
|
2021-02-24 14:33:34 +00:00 |
|
Jakob Bornecrantz
|
77baa0c6ca
|
u/ht: Sort build files
|
2021-02-24 14:33:34 +00:00 |
|
Jakob Bornecrantz
|
7460ae54f4
|
u/timing: Rename files
|
2021-02-24 14:33:34 +00:00 |
|
Jakob Bornecrantz
|
b810c2df0a
|
u/timing: Improve render code, predict when frame should be delivered
|
2021-02-24 14:33:30 +00:00 |
|
Jakob Bornecrantz
|
55c7690185
|
u/time: Make defines more readable and add more defines
|
2021-02-24 13:55:07 +00:00 |
|
Jakob Bornecrantz
|
69eebb49e2
|
u/time: Use double for time conversion
|
2021-02-24 04:14:51 +00:00 |
|
Jakob Bornecrantz
|
5291b8d2bb
|
ipc: Refactor out broadcasting of timings
|
2021-02-24 01:23:55 +00:00 |
|
Jakob Bornecrantz
|
d52c120c13
|
cmake: Output XRT_FEATURE_COLOR_LOG status
|
2021-02-24 01:23:55 +00:00 |
|
Ryan Pavlik
|
216f6abf2f
|
ci: Revise conditions for packaging to avoid breaking on main branch of forks
|
2021-02-23 14:46:16 -06:00 |
|
Ryan Pavlik
|
6065d47b0a
|
ci: Update images, improve packaging script
|
2021-02-23 14:28:14 -06:00 |
|