Coder Social home page Coder Social logo

Comments (5)

nomi321 avatar nomi321 commented on July 19, 2024

i am using the following portion of your grabber to grab point cloud using kinect 2

boost::shared_ptrpcl::PointCloudpcl::PointXYZRGB cloud;
Processor freenectprocessor = OPENGL;
K2G k2g(freenectprocessor);
std::cout << "getting cloud" << std::endl;
cloud = k2g.getCloud();

and I want to use this cloud for further processing.

and this is the output i get

[Info] [Freenect2DeviceImpl] opening...
[Info] [Freenect2DeviceImpl] transfer pool sizes rgb: 20_16384 ir: 60_8*33792
[Info] [Freenect2DeviceImpl] opened
[Info] [Freenect2DeviceImpl] starting...
[Info] [Freenect2DeviceImpl] submitting rgb transfers...
[Info] [Freenect2DeviceImpl] submitting depth transfers...
[Info] [Freenect2DeviceImpl] started
[Info] [RgbPacketStreamParser] packetsize or sequence doesn't match!
getting cloud
[Info] [DepthPacketStreamParser] 7 packets were lost
PointCloud representing the Cluster: 1158 data points.
[Info] [Freenect2DeviceImpl] closing...
[Info] [Freenect2DeviceImpl] stopping...
[Info] [Freenect2DeviceImpl] canceling rgb transfers...
pure virtual method called
terminate called without an active exception

from libfreenect2pclgrabber.

giacomodabisias avatar giacomodabisias commented on July 19, 2024

Hi,
Did you build the grabber with OPENGL support?

Il 12 Ago 2016 09:36, "nomi321" [email protected] ha scritto:

i am using the following portion of your grabber to grab point cloud using
kinect 2

boost::shared_ptrpcl::PointCloudpcl::PointXYZRGB cloud;
Processor freenectprocessor = OPENGL;
K2G k2g(freenectprocessor);
std::cout << "getting cloud" << std::endl;
cloud = k2g.getCloud();

and I want to use this cloud for further processing.

and this is the output i get

[Info] [Freenect2DeviceImpl] opening...
[Info] [Freenect2DeviceImpl] transfer pool sizes rgb: 20_16384 ir: 60_
8*33792
[Info] [Freenect2DeviceImpl] opened
[Info] [Freenect2DeviceImpl] starting...
[Info] [Freenect2DeviceImpl] submitting rgb transfers...
[Info] [Freenect2DeviceImpl] submitting depth transfers...
[Info] [Freenect2DeviceImpl] started
[Info] [RgbPacketStreamParser] packetsize or sequence doesn't match!
getting cloud
[Info] [DepthPacketStreamParser] 7 packets were lost
PointCloud representing the Cluster: 1158 data points.
[Info] [Freenect2DeviceImpl] closing...
[Info] [Freenect2DeviceImpl] stopping...
[Info] [Freenect2DeviceImpl] canceling rgb transfers...
pure virtual method called
terminate called without an active exception


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#20 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFm4zNoFtrhHdkUXQra8y033Pjw6rB4Iks5qfCJhgaJpZM4Ji1uP
.

from libfreenect2pclgrabber.

nomi321 avatar nomi321 commented on July 19, 2024

yes sir

from libfreenect2pclgrabber.

nomi321 avatar nomi321 commented on July 19, 2024

i just want that my code just take current point cloud at the moment and then stop taking further frames and then process the cloud. how can i accomplish this ?

from libfreenect2pclgrabber.

giacomodabisias avatar giacomodabisias commented on July 19, 2024

Just don't do a cyle but grab one cloud

from libfreenect2pclgrabber.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.