Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Closed
Changes from 1 commit
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
9e583d9
Add K4A_RESULT_UNSUPPORTED to result enums.
AntonClaytonBursch Nov 6, 2020
0cc40a7
Structs for device, color, depth. Enum for calibration. Functions to …
AntonClaytonBursch Nov 11, 2020
67c5906
Updates examples, src, tests and tools to use new config and color an…
AntonClaytonBursch Nov 11, 2020
7065e41
Added fps mode structs and functions.
AntonClaytonBursch Nov 11, 2020
fe4ef43
Updated code to reflect change to using fps mode.
AntonClaytonBursch Nov 11, 2020
eed529f
Moded color, depth and fps enums from k4a/k4atypes.h to k4ainternal/m…
AntonClaytonBursch Nov 13, 2020
5f44c39
Updated c++ wrapper to use new color and depth modes.
AntonClaytonBursch Nov 17, 2020
a91d4af
Updated C++ wrapper with get device, depth, color and fps functions. …
AntonClaytonBursch Nov 17, 2020
859cb0c
Update k4arecord/types.h and examples to use color, depth and fps mod…
AntonClaytonBursch Nov 19, 2020
9ba6e0d
added depth range to k4a_depth_mode_info, updated get color/depth/fps…
AntonClaytonBursch Nov 23, 2020
466f0ef
Update k4astaticimageproperties.h to use k4a.hpp instead of k4a.h
AntonClaytonBursch Nov 23, 2020
31502da
Quick fix: forgot to add K4A_EXPORT to get mode and mode count functi…
AntonClaytonBursch Nov 23, 2020
45486f4
examples, tests, tools refactored to use new get mode functions
AntonClaytonBursch Nov 30, 2020
7d16edb
quick comments fix in calibration example and updates to color_ft tes…
AntonClaytonBursch Dec 3, 2020
49f3b46
Changed get modes loops for fps, color and depth.
AntonClaytonBursch Dec 9, 2020
86c2353
Viewer mode selection from radio to comboboxes
AntonClaytonBursch Dec 17, 2020
05526d6
using mode info types instead of mode info type index
AntonClaytonBursch Dec 30, 2020
cd72c23
refactor to use mode info instead of mode id
AntonClaytonBursch Dec 31, 2020
063e627
using depth/color/fps mode info instead of mode id
AntonClaytonBursch Jan 4, 2021
d5a9c6a
mode id changes and GUI cleanup
AntonClaytonBursch Jan 5, 2021
99941d6
revert back from using device mode info to device mode id for fps/col…
AntonClaytonBursch Jan 11, 2021
166f3ce
Use constants defined in usb_cmd_priv.h to set the vendor id and devi…
AntonClaytonBursch Jan 13, 2021
fc1abff
Used const for color/depth/fps mode info initializers.
AntonClaytonBursch Jan 14, 2021
db1fdc4
Passing depth mode info down to point cloud viewer. Moved static k4a…
AntonClaytonBursch Jan 19, 2021
08cb5da
color, depth and fps mode infos saved in and parsed from recordings
AntonClaytonBursch Jan 20, 2021
eeda58b
Initialize the size and version of the mode structs
AntonClaytonBursch Jan 22, 2021
fa2306c
Moved K4A_MSFT_VID, K4A_RGB_PID and K4A_DEPTH_PID to usbcommand.h. A…
AntonClaytonBursch Jan 22, 2021
f562a87
error handling for saving modes and device info in recording
AntonClaytonBursch Jan 22, 2021
cc2de88
color, depth, fps mode info and device info saved in and parse from r…
AntonClaytonBursch Jan 22, 2021
d1636a0
Fixing K4A build errors in src/record/internal/matroska_read.cpp abou…
JonathanESantos Jan 26, 2021
cee1d03
SDK: docstring changes for Doxygen to run without errors.
JonathanESantos Jan 26, 2021
37d7a75
linked k4a_math in viewer
AntonClaytonBursch Jan 26, 2021
7220725
Recording description from mode info saved in recording (or legacy de…
AntonClaytonBursch Jan 26, 2021
ed16e3e
K4A API: Adding to docstrings that functions may return status of UNS…
JonathanESantos Jan 26, 2021
f767c58
k4aviewer: Removing audio support. To turn on audio support, in tools…
JonathanESantos Jan 27, 2021
bdb07ba
k4aviewer: Removing support for audio and clangformat wants to format…
JonathanESantos Jan 27, 2021
ffffdb4
Use modes for k4arecorder
AntonClaytonBursch Jan 27, 2021
f001063
Recorder mode option listed.
AntonClaytonBursch Jan 27, 2021
b6c0277
working on recorder command line validation
AntonClaytonBursch Jan 27, 2021
43d8223
k4arecorder: Minor editing.
JonathanESantos Jan 27, 2021
f997474
k4a: Adding functional tests for calling the added functions in k4a.h.
JonathanESantos Jan 28, 2021
7aeff33
Removing commented-out code.
JonathanESantos Jan 28, 2021
52a04e2
k4a: Fixing a test in depth_ft.
JonathanESantos Jan 28, 2021
1c2e403
Update main.cpp
JonathanESantos Jan 28, 2021
8dd06ca
Update main.cpp
JonathanESantos Jan 28, 2021
f46ed1d
Update main.cpp
JonathanESantos Jan 28, 2021
69df58b
Update main.cpp
JonathanESantos Jan 28, 2021
b0c9517
Update main.cpp
JonathanESantos Jan 28, 2021
a4cd431
validate recorder cmd options
AntonClaytonBursch Jan 28, 2021
6cee948
finished validating recording cmd options
AntonClaytonBursch Jan 28, 2021
1f9f374
Fixed get fps mode in recorder.
AntonClaytonBursch Jan 28, 2021
c11c14b
Doxygen comments for C/C++ refactor
AntonClaytonBursch Jan 30, 2021
989ec96
Disable FPS dropdown in viewer while playing.
AntonClaytonBursch Jan 30, 2021
e5cf767
Fix broken Linux build.
JonathanESantos Jan 29, 2021
a65e5f7
k4a: ninja clangformat made these formatting changes.
JonathanESantos Jan 29, 2021
5bc2c8e
k4a.c: Undo a broken "fix" which prevents validating any fps mode set.
JonathanESantos Jan 29, 2021
8af41bf
Re-inserting the check if fps is less than the minimum allowed.
JonathanESantos Jan 29, 2021
f847d40
Commit ac680444 was overriden by a PR merge, so, this fixes that.
AntonClaytonBursch Jan 30, 2021
6ffb1c6
Refactored C# wrapper and examples.
AntonClaytonBursch Feb 4, 2021
9ea5532
meaningful mode usage in example
AntonClaytonBursch Feb 4, 2021
f73f60f
revert c++ changes (should be done in this branch)
AntonClaytonBursch Feb 4, 2021
12a4d48
Fixing C# to C communication.
AntonClaytonBursch Feb 5, 2021
a284750
new C# classes and native methods are commented properly
AntonClaytonBursch Feb 5, 2021
283c93b
Commented the C# examples to describe how to use the new modes.
AntonClaytonBursch Feb 5, 2021
8dfd037
changes to match up to c/c++ api revisions
AntonClaytonBursch Feb 8, 2021
a2ffabb
update c# sdk and examples for c/c++ api revisions
AntonClaytonBursch Feb 9, 2021
c2b9e28
Remove old enums
AntonClaytonBursch Feb 9, 2021
384bdcd
update C# tests
AntonClaytonBursch Feb 9, 2021
eb687e2
quick fix to a TODO
AntonClaytonBursch Feb 10, 2021
2ca5600
ninja clangformat changes only, needed to build without errors.
JonathanESantos Jan 30, 2021
940d377
SDK C API: Removing doxygen output files. These files should not be c…
JonathanESantos Feb 4, 2021
be6db18
SDK C API: Fixing docstrings for added C functions and structs.
JonathanESantos Feb 4, 2021
32a08d8
SDK C API: ninja clangformat changes only.
JonathanESantos Feb 4, 2021
35887f1
SDK C API: Fixing comments and reverting from int to enum in color_ft…
JonathanESantos Feb 4, 2021
3aa93ce
SDK C API: Moving header file from transformation.h to transformation…
JonathanESantos Feb 4, 2021
59a9ae6
SDK C API: Adding K4A_CAPABILITY_MICROPHONE as a device capability.
JonathanESantos Feb 4, 2021
ac71668
record/sdk/record.cpp: Removing unnecessary cast in line 53.
JonathanESantos Feb 4, 2021
ea02fb7
SDK C/C++ API: The following changes are made:
JonathanESantos Feb 5, 2021
b2e267e
C internal: Changing k4a_fps_t enum values from 0, 1, 2, 3 to 0, 5, 1…
JonathanESantos Feb 6, 2021
0080b2d
SDK C API: Refactoring k4a.c and k4ainternal/modes.h so that the mode…
JonathanESantos Feb 7, 2021
6a0b7e4
SDK internal implementation: Replacing magic numbers with their enums…
JonathanESantos Feb 7, 2021
e4e2c55
SDK C API: Fixing bug in the k4a_get_color_mode(), k4a_get_depth_mode…
JonathanESantos Feb 7, 2021
3cb409a
SDK C API: Changing type of min_range and max_range in k4a_depth_mode…
JonathanESantos Feb 7, 2021
e7c99a2
SDK internal: Replacing magic numbers with their enum equivalents.
JonathanESantos Feb 7, 2021
0e52280
matroska_read.cpp: Replacing valuedouble with valueint for values tha…
JonathanESantos Feb 7, 2021
c7ed54d
k4aviewer: Fixing an issue where introducing an invalid FPS enum disp…
JonathanESantos Feb 7, 2021
ed0c71d
k4arecorder: Fixing code that is using mode ID as parameter into k4a_…
JonathanESantos Feb 7, 2021
a97bad4
k4aviewer: Reverting static variable to a class member variable.
JonathanESantos Feb 7, 2021
88f3ad3
Functional Tests: Fixing functional tests that broke because of not s…
JonathanESantos Feb 7, 2021
b00335e
k4ainternal/modes.h: Renaming _DEPTH16 to DEPTH16 to avoid C conventi…
JonathanESantos Feb 8, 2021
df9f8bd
cleaning up the examples
AntonClaytonBursch Feb 11, 2021
2280a71
examples query for modes
AntonClaytonBursch Feb 11, 2021
b063021
added query for capabilities using get device info
AntonClaytonBursch Feb 12, 2021
95b442f
minor fixes to examples
AntonClaytonBursch Feb 12, 2021
4974857
clangformat changes, and deleting a file that should not be checked in.
JonathanESantos Feb 12, 2021
8b08269
more minor fixes to examples
AntonClaytonBursch Feb 12, 2021
bb9476a
quick clang format error in streaming example
AntonClaytonBursch Feb 12, 2021
2a4cdf2
Adding a conversion function to go from k4a_fps_t to fps.
JonathanESantos Feb 17, 2021
18d1580
Reverting converting from k4a_fps_t to uint32_t back to a function ca…
JonathanESantos Feb 17, 2021
bd04492
Fixing an issue with multidevice.cpp that could prevent an FPS value …
JonathanESantos Feb 17, 2021
be9aad4
Simplifying parsing the --fps parameter and converting to k4a_fps_t e…
JonathanESantos Feb 17, 2021
5984ed3
Making the capabilities field of the k4a_device_info_t a union so tha…
JonathanESantos Feb 18, 2021
9764fda
Putting const qualifier in k4atypes.hpp for new Device class function…
JonathanESantos Feb 18, 2021
f0614c9
Moving definition of usb vendor id and product ids into its own heade…
JonathanESantos Feb 18, 2021
58165fd
Moving k4a static depth modes, color modes, and fps modes into its ow…
JonathanESantos Feb 19, 2021
9a78d55
Removing stale comments in k4a.c.
JonathanESantos Feb 19, 2021
661e60c
code revisions
AntonClaytonBursch Feb 19, 2021
63491cd
moved get device mode ids into seperate functions in the examples
AntonClaytonBursch Feb 19, 2021
0250986
get mode id from mode info structs in get mode ids functions in examples
AntonClaytonBursch Feb 19, 2021
4d2a6f8
Fixing build errors in Linux that were introduced when k4a_device_inf…
JonathanESantos Feb 19, 2021
3638a92
Fixing a misnamed variable in fastpointcloud/main.cpp.
JonathanESantos Feb 19, 2021
4405407
change for code revision
AntonClaytonBursch Feb 20, 2021
5793f82
More code review changes.
AntonClaytonBursch Feb 20, 2021
7156c1a
Adding docstrings to k4a_device_capabilities_t enum.
JonathanESantos Feb 21, 2021
24cc959
Fixing depth to point cloud transformation bug where it is using uint…
JonathanESantos Apr 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
error handling for saving modes and device info in recording
  • Loading branch information
AntonClaytonBursch authored and JonathanESantos committed Apr 14, 2021
commit f562a87dd98c497ca81bfe9f65d328f11adf74a5
Loading