Skip to content

stereolabs/zedx-one-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZED X One Capture

This repository provides a camera control API for ZED X One GMSL2 cameras from Stereolabs.

This runs on Nvidia Jetson. The correct drivers are required to open the camera, the documentation is available here https://www.stereolabs.com/docs/get-started-with-zed-x-one/

Usage

Compile the C++ library in the lib folder;

git clone https://github.com/stereolabs/zedx-one-capture.git
cd zedx-one-capture/lib
mkdir build; cd build; cmake ..
make
sudo make install

Then compile the sample;

cd ../sample_mono/
mkdir build; cd build; cmake ..
make
./argus_camera

About

Camera control API for ZED X One GMSL2 cameras from Stereolabs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •