Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZendarInc/ZendarSDK
https://github.com/ZendarInc/ZendarSDK
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ZendarInc/ZendarSDK
- Owner: ZendarInc
- License: mit
- Archived: true
- Created: 2020-10-09T16:40:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T20:16:11.000Z (about 2 years ago)
- Last Synced: 2024-08-02T21:38:36.496Z (4 months ago)
- Language: CMake
- Size: 18.1 MB
- Stars: 12
- Watchers: 7
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-radar-perception - Github
README
# ZendarSDK
ZendarSDK illustrates how to use the Zendar APIs to control the ZPU and receive
the imaging data.## Building
**You will need to install the host packages before building
the code in this repo.** Please refer to the Software and Operating manual
for how to download and install the Zendar host package.Follow these steps to build the example code.
```
mkdir build && cd build
cmake ..
make all -j $(nproc)
```The built examples are in `build/bin`.
## ZenAPI
Please refer to [ZenAPI](https://github.com/ZendarInc/ZendarSDK/wiki/ZenAPI)## Protobuf Structure Definition
Please refer to [ZenProto](https://github.com/ZendarInc/ZendarSDK/wiki/Protobuf-Definitions)