forked from sean9061/xreal-air2ultra-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (49 loc) · 750 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (49 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Built binaries (run `make`)
/preview_clean
/glasses_passthrough
/xreal_cam
/enumerate
# Research tool binaries
/cam_probe
/capture
/controls
/get_uvc_desc
/hid_cmd
/hid_read
/lighttest_bin
/preview
/uvc_ctl
# Local captures & outputs
/frames/
/xreal_out/
/lighttest_out/
/capture_new/
/clean_out/
/attic/
*.pgm
*.raw
meta.csv
preview_snap_*.png
CLAUDE.md
# factory calibration dumps (contain the device serial - never commit)
/c.json
/calib.json
/vio_bak.json
*.calib.json
imu*.csv
# Android
android/.gradle/
android/.idea/
android/local.properties
android/build/
android/app/build/
android/app/.cxx/
android/app/src/main/cpp/third_party/
android/app/src/main/obj/
android/app/src/main/libs/
*.iml
# Misc
.DS_Store
.vscode/
__pycache__/
*.pyc