Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
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 Dec 9, 2020
b77771a
PythonK4A: Updating __init__.py to point to the "api" directory (rena…
JonathanESantos Dec 9, 2020
f1e90ba
Python K4A: Rearranging directory tree so that it matches the expecta…
JonathanESantos Dec 9, 2020
b2443dd
Python k4a api: Put ctypes structs inside k4atypes.py.
JonathanESantos Dec 10, 2020
1e8677c
Python k4a api: Adding to setup.py so that "pip install -e .[test]" w…
JonathanESantos Dec 10, 2020
071ab03
Python k4a api: An enum name with AUTO was mistakenly replaced with _…
JonathanESantos Dec 10, 2020
de120dd
Python k4a api: Adding __repr__() functions to structs in order to pr…
JonathanESantos Dec 10, 2020
ad64501
Python k4a api: Adding a check that the required dlls are in the _lib…
JonathanESantos Dec 10, 2020
8e5e3a1
Python k4a api: Adding the rest of the bindings for the functions tha…
JonathanESantos Dec 10, 2020
5d9db7b
Python k4a: Adding tests to call the functions in the dll.
JonathanESantos Dec 11, 2020
744ccb9
Python k4a: Adding missing enum in color resolution, and adding tests…
JonathanESantos Dec 12, 2020
f85d8d2
Python k4a: Changing @unittest.skip to @unittest.expectedfail for tho…
JonathanESantos Dec 12, 2020
c1a85d9
Python k4a: Updating docs. Removing platform tag in building the k4a …
JonathanESantos Dec 12, 2020
3c25d68
Python API: Renaming enums and structs to Python naming convention.
JonathanESantos Dec 16, 2020
88be9e5
Python API: Moving all internal files and symbols into the _bindings/…
JonathanESantos Dec 16, 2020
da31b2a
Python API: Moving handle structs from _k4a.py back to _k4atypes.py s…
JonathanESantos Dec 16, 2020
a080d08
Renaming modules inside _bindings subpackage to not include underscor…
JonathanESantos Dec 16, 2020
ee41c9a
Python api: Adding Device class which corresponds to a device with a …
JonathanESantos Dec 17, 2020
fddad4e
Python API: Adding capture and image classes to encapsulate capture a…
JonathanESantos Dec 22, 2020
c44293c
Python API: Bug in Image class was missing a height_pixels in one lin…
JonathanESantos Dec 22, 2020
76b3e83
Python API: Adding Calibration and Transformation wrapper classes.
JonathanESantos Dec 23, 2020
cd14e98
Python API: Renaming a test file.
JonathanESantos Dec 23, 2020
d023902
Python API: Adding more tests to test the Device, Capture, Image, and…
JonathanESantos Dec 24, 2020
359525d
Python API: Fixing transformation functions and their tests.
JonathanESantos Dec 28, 2020
ef8887b
Python API: Adding example code that makes use of the Python API.
JonathanESantos Dec 29, 2020
456c0b6
Python API: Adding docstrings *.py files and a Doxygen settings file …
JonathanESantos Dec 31, 2020
cd9a0da
Python API: Adding a main page to the documentation, and fixing a bug…
JonathanESantos Dec 31, 2020
f48bf0c
Python API: Adding lines in build_wheel.ps1 to generate the documenta…
JonathanESantos Dec 31, 2020
6bf9c0c
Making minor changes to get this k4a package to work in both Windows …
JonathanESantos Jan 8, 2021
0e53962
Forgot to commit the minor changes to get this k4a package to work in…
JonathanESantos Jan 8, 2021
1b6b6aa
Python API: Specifying specific library names that the python code wi…
JonathanESantos Jan 8, 2021
49a52fd
Python API: Modifying the build_wheel.csh script to look for libdepth…
JonathanESantos Jan 8, 2021
d560c73
Python API: Updating building.md for clarity.
JonathanESantos Jan 15, 2021
c567635
Python API: Fixing bug in tests that causes failure in some of the te…
JonathanESantos Jan 22, 2021
038b9f6
Removing forced-loading of depthengine library. Just load k4a.dll and…
JonathanESantos Mar 23, 2021
ccbc0bf
In the wheel build scripts, adding test to check if doxygen is instal…
JonathanESantos Mar 23, 2021
f1902be
Fixing markdown documents.
JonathanESantos Mar 23, 2021
7b69e00
Adding blurb about installing pip in Linux.
JonathanESantos Mar 23, 2021
55d6ba7
Changing ctypes.c_ulonglong to ctypes.c_size_t where it matches the f…
JonathanESantos Mar 23, 2021
a742479
Changing c_ulonglong to c_size_t in the tests to match the change in …
JonathanESantos Mar 23, 2021
bd1cad9
Fixing build script in Linux to look for depthengine.so* inside a sub…
JonathanESantos Mar 23, 2021
d65d0b7
Fixing documents that say the Linux depthengine.so.2.0 must be in a s…
JonathanESantos Mar 24, 2021
57802b3
The build script for Linux needs to check for depthengine.so* in the …
JonathanESantos Mar 24, 2021
f71cbea
Making slight changes to the building.md documentation for more clarity.
JonathanESantos Mar 24, 2021
cf713d6
Fixing a minor typo in the comments of image_transformations.py, and …
JonathanESantos Mar 24, 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
Fixing build script in Linux to look for depthengine.so* inside a sub…
…folder. Fixing docs to reflect these changes.
  • Loading branch information
JonathanESantos committed Mar 23, 2021
commit bd1cad97c442f8e9aa93bea27af244b554fc8614
6 changes: 3 additions & 3 deletions src/python/k4a/build_wheel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if [ ! -f "$DIR/src/k4a/_libs/libk4a.so" ] && [ ! -h "$DIR/src/k4a/_libs/libk4a.
return 1
fi

if [ ! -f "$DIR/src/k4a/_libs/libdepthengine*" ] && [ ! -h "$DIR/src/k4a/_libs/libdepthengine*" ]; then
echo "File not found: $DIR/src/k4a/_libs/libdepthengine*"
if [ ! -f "$DIR/src/k4a/_libs/libk4a"*"/libdepthengine"* ] && [ ! -h "$DIR/src/k4a/_libs/libk4a"*"/libdepthengine"* ]; then
echo "File not found: $DIR/src/k4a/_libs/libk4a*/libdepthengine*"
echo "Please manually copy the depth engine library into that folder."
return 1
fi
Expand Down Expand Up @@ -77,4 +77,4 @@ echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://ww
deactivate
rm -rf "temp_build_venv"

echo "Done creating k4a package wheel."
echo "Done creating k4a package wheel."
26 changes: 23 additions & 3 deletions src/python/k4a/docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ separately:
The following tools are optional:

* [doxygen](https://github.com/doxygen/doxygen)
Required for building documentation.
Required for building documentation. If not installed, html documentation will not be built.


## Building
Expand All @@ -65,17 +65,29 @@ The following tools are optional:
>**Note:** To create a cross-platform wheel, the .dll for Windows and the .so for Linux need to
>copied into the folder. Python will look for "k4a.dll" in Windows and "libk4a.so" in Linux.

>**Note:** An example of the files in _libs for Windows are:
>- k4a.dll
>- depthengine\_2\_0.dll

2. In a powershell terminal, run the script src/python/k4a/build_wheel.ps1.
This will create the .whl file in a build/ folder.

### Building using a bash script (Linux)

1. Copy the k4a and DE binaries into the folder src/python/k4a/src/k4a/_libs.
The file name for the k4a library MUST be libk4a.so.
The file name for the k4a library MUST be libk4a.so. The depth engine library must be in a
folder named libk4a\<ver\>, where \<ver\> is the version major.minor of the k4a library
(e.g. _libs constains libk4a1.4/libdepthengine.so.2.0).

>**Note:** To create a cross-platform wheel, the .dll for Windows and the .so for Linux need to
>copied into the folder. Python will look for "k4a.dll" in Windows and "libk4a.so" in Linux.

>**Note:** An example of the files in _libs for Linux are:
>- libk4a.so, a soft link to libk4a.1.4
>- libk4a.so.1.4, a soft link to libk4a.1.4.0
>- libk4a.so.1.4.1, the k4a library
>- libk4a1.4/depthengine.so.2.0, the depth engine library in a sub-folder

2. In a terminal, source the script src/python/k4a/build_wheel.csh.
This will create the .whl file in a build/ folder.

Expand All @@ -90,6 +102,14 @@ The following tools are optional:
>**Note:** To create a cross-platform wheel, the .dll for Windows and the .so for Linux need to
>copied into the folder. Python will look for "k4a.dll" in Windows and "libk4a.so" in Linux.

>**Note:** An example of the files in _libs for cross-platform compatibility are:
>- libk4a.so, a soft link to libk4a.1.4
>- libk4a.so.1.4, a soft link to libk4a.1.4.0
>- libk4a.so.1.4.1, the k4a library
>- libk4a1.4/depthengine.so.2.0, the depth engine library in a sub-folder
>- k4a.dll
>- depthengine\_2\_0.dll

2. In a command line terminal, create a Python virtual environment and activate it (do not include brackets):
`cd <repo_root>/src/python/k4a`
`python -m venv <env_name>`
Expand Down Expand Up @@ -119,4 +139,4 @@ The wheel file can be distributed and installed as follows.
Replace <k4a*.whl> with the name of the wheel file.
`pip install <k4a*.whl>`

Once installed, the user can "import k4a" in their python code.
Once installed, the user can "import k4a" in their python code.
13 changes: 10 additions & 3 deletions src/python/k4a/docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@ The following are required in order to run the Python K4A tests.

## Running tests

>**Note:** The commands `python` and `pip` in Windows are assumed to be `python3` and `pip3`.
> In Linux, they are not aliased to Python3, so `python3` and `pip3` may have to be used in
> the instructions below.

### Setting up the test environment

1. Copy the k4a and DE dynamic libraries (.dll or .so) into the folder src/python/k4a/src/k4a/_libs.
The file names for the k4a library MUST be k4a.dll (for Windows) and libk4a.so (for Linux).
The file names for the k4a library MUST be k4a.dll (for Windows) and libk4a.so (for Linux).

>**Note:** Read [building.md](./building.md) for more information on how to copy the libraries into
>the _libs folder. The file names and folder structure are slightly different in Windows and Linux.

2. In a command line terminal, create a Python virtual environment and activate it (do not include brackets):
2. In a command line terminal, create a Python virtual environment and activate it (do not include brackets):
`cd <repo_root>/src/python/k4a`
`python -m venv <env_name>`

Expand Down Expand Up @@ -111,4 +118,4 @@ very long time. Consider running these tests one by one. Additionally, the tests
capture live data and may fail if the data cannot be transformed from one camera
to another. For example, this may happen if the selected pixel to transform is an
invalid pixel in the depth image just because the data at that pixel is not in the
range of depths that the depth sensor can see.
range of depths that the depth sensor can see.