-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify dispBlobber to use (also) the new RGBDSensorClient #6
Comments
Started work into RGBD_client branch. @GiuliaP can you remind me how to test the dispblobber, please? |
See this xml for an example. You need to run: <module>
<name>dispBlobber</name>
<parameters>--imW 320 --imH 240 --bufferSize 1 --minBlobSize 300 --backgroundThresh 100 --imageThreshRatioLow 100 --imageThreshRatioHigh 100 </parameters>
</module> and then connect: <connection>
<from>/OpenNI2/depthFrame_char:o</from>
<to>/dispBlobber/img:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/dispBlobber/opt:o</from>
<to>/view/dispBlobber</to>
<protocol>udp</protocol>
</connection> and, if you want to check the blob's coordinates: <connection>
<from>/dispBlobber/blobs/left:o</from>
<to>...</to>
<protocol>udp</protocol>
</connection> |
Great! Thanks @GiuliaP |
Uuhmm ... it runs, but I don't see anything on the |
Do you see a black image with a certain frame rate, or nothing is outputted? |
Now that a proper client for depth camera sensors has been release in YARP, it shall be used as default source of depth images.
All changes about this issue will be back compatible, therefore the user will be able to choose between current way of reading data directly from a port or using the new client.
The text was updated successfully, but these errors were encountered: