Windows
Last updated
Last updated
1. Go to AE Series SDK release page.
2. Download the latest SDK
3. Extract the downloaded file
1. Install git and cmake-gui
2. Clone source from realsense SDK and ae4xx-sdk
3. Run patch script
4. Open cmake-gui and set the source code to librealsense
folder and build folder to wherever you want. Then click Configure
, chose your Visual Studio version and other options remain default.
5. Click Generate
. Then click Open Project
Enable
BUILD_PYTHON_BINDING
before generating if you need python package
6. After Visual Studio opened, click Build
-> Build Solution
and wait for a while.
Before running the camera viewer, check the correct IP is set in network.json
. This configuration file should be place next to the executable application.
The default IP of all AE series camera are
192.168.0.100
. Make sure you set the right IP address if you modify on your own.
Launch realsense-viewer
in the SDK folder
You can see the 2D and 3D camera feed by switching on Stereo Module
and RGB Camera
on the left panel.