This repository was archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 630
Python api development #1483
Merged
jaygullapalli
merged 45 commits into
microsoft:develop
from
JonathanESantos:python_api_development
Mar 24, 2021
Merged
Python api development #1483
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0e8fafe
PythonK4A: Adding initial directory structure, k4atypes.py which defi…
JonathanESantos b77771a
PythonK4A: Updating __init__.py to point to the "api" directory (rena…
JonathanESantos f1e90ba
Python K4A: Rearranging directory tree so that it matches the expecta…
JonathanESantos b2443dd
Python k4a api: Put ctypes structs inside k4atypes.py.
JonathanESantos 1e8677c
Python k4a api: Adding to setup.py so that "pip install -e .[test]" w…
JonathanESantos 071ab03
Python k4a api: An enum name with AUTO was mistakenly replaced with _…
JonathanESantos de120dd
Python k4a api: Adding __repr__() functions to structs in order to pr…
JonathanESantos ad64501
Python k4a api: Adding a check that the required dlls are in the _lib…
JonathanESantos 8e5e3a1
Python k4a api: Adding the rest of the bindings for the functions tha…
JonathanESantos 5d9db7b
Python k4a: Adding tests to call the functions in the dll.
JonathanESantos 744ccb9
Python k4a: Adding missing enum in color resolution, and adding tests…
JonathanESantos f85d8d2
Python k4a: Changing @unittest.skip to @unittest.expectedfail for tho…
JonathanESantos c1a85d9
Python k4a: Updating docs. Removing platform tag in building the k4a …
JonathanESantos 3c25d68
Python API: Renaming enums and structs to Python naming convention.
JonathanESantos 88be9e5
Python API: Moving all internal files and symbols into the _bindings/…
JonathanESantos da31b2a
Python API: Moving handle structs from _k4a.py back to _k4atypes.py s…
JonathanESantos a080d08
Renaming modules inside _bindings subpackage to not include underscor…
JonathanESantos ee41c9a
Python api: Adding Device class which corresponds to a device with a …
JonathanESantos fddad4e
Python API: Adding capture and image classes to encapsulate capture a…
JonathanESantos c44293c
Python API: Bug in Image class was missing a height_pixels in one lin…
JonathanESantos 76b3e83
Python API: Adding Calibration and Transformation wrapper classes.
JonathanESantos cd14e98
Python API: Renaming a test file.
JonathanESantos d023902
Python API: Adding more tests to test the Device, Capture, Image, and…
JonathanESantos 359525d
Python API: Fixing transformation functions and their tests.
JonathanESantos ef8887b
Python API: Adding example code that makes use of the Python API.
JonathanESantos 456c0b6
Python API: Adding docstrings *.py files and a Doxygen settings file …
JonathanESantos cd9a0da
Python API: Adding a main page to the documentation, and fixing a bug…
JonathanESantos f48bf0c
Python API: Adding lines in build_wheel.ps1 to generate the documenta…
JonathanESantos 6bf9c0c
Making minor changes to get this k4a package to work in both Windows …
JonathanESantos 0e53962
Forgot to commit the minor changes to get this k4a package to work in…
JonathanESantos 1b6b6aa
Python API: Specifying specific library names that the python code wi…
JonathanESantos 49a52fd
Python API: Modifying the build_wheel.csh script to look for libdepth…
JonathanESantos d560c73
Python API: Updating building.md for clarity.
JonathanESantos c567635
Python API: Fixing bug in tests that causes failure in some of the te…
JonathanESantos 038b9f6
Removing forced-loading of depthengine library. Just load k4a.dll and…
JonathanESantos ccbc0bf
In the wheel build scripts, adding test to check if doxygen is instal…
JonathanESantos f1902be
Fixing markdown documents.
JonathanESantos 7b69e00
Adding blurb about installing pip in Linux.
JonathanESantos 55d6ba7
Changing ctypes.c_ulonglong to ctypes.c_size_t where it matches the f…
JonathanESantos a742479
Changing c_ulonglong to c_size_t in the tests to match the change in …
JonathanESantos bd1cad9
Fixing build script in Linux to look for depthengine.so* inside a sub…
JonathanESantos d65d0b7
Fixing documents that say the Linux depthengine.so.2.0 must be in a s…
JonathanESantos 57802b3
The build script for Linux needs to check for depthengine.so* in the …
JonathanESantos f71cbea
Making slight changes to the building.md documentation for more clarity.
JonathanESantos cf713d6
Fixing a minor typo in the comments of image_transformations.py, and …
JonathanESantos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixing build script in Linux to look for depthengine.so* inside a sub…
…folder. Fixing docs to reflect these changes.
- Loading branch information
commit bd1cad97c442f8e9aa93bea27af244b554fc8614
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.