-
I am trying to create a point cloud using the RGBD stream from Azure Kinect in Open3D. I get the following error while using o3d.geometry.PointCloud.create_from_rgbd_image function :
RGBDImage of…
-
[](url)**Describe the bug**
A multithread was used. One is for acquiring capture and one is for other image processing. while running for sometime(sometime a few minutes and sometime even more than 2…
-
Start brainstorming about how to best approach water flow analysis on the mesh.
[Inspiration](https://www.youtube.com/watch?v=UTB1roPJ4mc) and [another one](https://player.vimeo.com/video/287023297…
-
I'm having this problem where the capture window for the lidar sensor and visual sensor are out of alignment:
![image](https://user-images.githubusercontent.com/72881961/120314184-410e1380-c2db-11e…
-
Hello, when I use Azure kinect, I can’t open the depth camera but I can open the normal rgb camera. Why is this?
and my code error:
[ error ] : find_libusb_device(). Unable to find Container ID: {27…
ewwll updated
3 years ago
-
@philipbelesky, @BarusXXX let's start a new thread about this.
It took me a while, but I think I've finally wrapped my head around how Kinect Azure understands the world. Here are some important fa…
-
'
pyK4 = pyKinectAzure(modulePath)
pyK4.device_open(0)
config = pyK4.config
pyK4.device_start_cameras(config)
config.color_resolution = _k4a.K4A_COLOR_RESOLUTION_1080P
#config.depth_mode = _k4a.…
-
Hello,
I tried to convert coordinates of body joints to the 2d image and I wrote some short code to test the function. But I cannot get it to work. And I couldn't find an example of how to use this …
-
Hi,
I am using the latest version of the SDK and coding in C#. I was wondering if there's a way to find out what the size of the queue is for the depth and color captures.
I have SynchronizedIma…
-
The Z scaling of the generated depth map has wrong proportions in relation to the size of the X Y, @mariuszhermansdorfer mentioned that what is coming out of the camera should be in mm so if the value…