zivid-cpp-samples
zivid-cpp-samples copied to clipboard
Code samples for the usage of a Zivid 3D camera in C++
Remember to do the following: 1. Ensure that modified/deleted/new files are correct 2. Make this commit message relevant for the changes 3. Force push 4. Delete branch after PR is...
Can I set automatic parameters when setting up setting2D
Hello Zivid. I have trouble with the stability of the visualizer. I'm using the from your examples CaptureWritePCLVis3D with the small modification that I simulate the camera with the FileCameraZividOne.zfc...
Hi, I want to configure ZIVID SDK in Visual Studio through its Property pages instead of CMake. Is it possible? And is there any tutorial on how to make it?
Under the window, how does visual studio (or cmake) configure the zivid library
Copy data directly into PCL point cloud buffers using `void copyData(DataFormat *destination) const`
Then the for-loop iterating over every point in https://github.com/zivid/zivid-cpp-samples/blob/cc2828d041e407340c82e30fe2b2cc43d9fc0fa4/source/Applications/Basic/Visualization/CaptureWritePCLVis3D/CaptureWritePCLVis3D.cpp#L54-L62 will become a one-liner running `void copyData(DataFormat *destination) const`. This is already possible copying `Zivid::PointXYZW` into `pcl::PointXYZ`, but not for more...
Same as https://github.com/zivid/python-samples/blob/master/source/applications/advanced/color_balance.py
It seems to me that we only get the release versions of Zivid dlls in PATH, so only Release builds of the samples work out of the box. This is...
Change the initial origin of the visualization in PCL not to get the black screen. From @dragly _// WARNING: This just shows a window with a large black, red and...