Skip to content
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

Could I put the Depth or PointCloud data via UDP ? #3

Closed
devemin opened this issue Apr 1, 2022 · 2 comments
Closed

Could I put the Depth or PointCloud data via UDP ? #3

devemin opened this issue Apr 1, 2022 · 2 comments

Comments

@devemin
Copy link

devemin commented Apr 1, 2022

Hello,

[Question]
I would like to know only about can I put the Depth or PointCloud data via UDP ?

(I couldn't find about it from documents.)


[Supplement]
I tried the example putImagetrans.cc & getimagetrans.cc .
I succeed to put the video via UDP.
But I couldn't put the Depth at the server side.

image

My Twitter

(Did ~/Unitree/autostart/camerarosnode/cameraRosnode/kill.sh )

pattern (A, video streaming)

>>cam.startCapture(true,false); ///< disable share memory sharing and able image h264 encoding

I tried this.

pattern (B, try to do depth streaming)

    cam.startCapture();                 //disable both.
    cam.startStereoCompute();
        --------------
        if(!cam.getDepthFrame(depth, true, t)){
        --------------

But the server side couldn't put the Depth.

WIN_20220401_18_18_19_Pro

If the stream start with Videos, It appear the IP address and port No.
But with depth (pattern(B) ) , console string stopped. it didn't appear the IP address and port No.

I guess that I should disable the h264 encoding, but I can't find about it from the documents.

Could you answer about the question ?

@devemin
Copy link
Author

devemin commented Apr 25, 2022

I try this again.

I succeed to send origin / rect / depth image.
But maybe can't send the PointCloud data.

I make a new transferring example.
#5

Thanks.

@devemin devemin closed this as completed Apr 25, 2022
@nicolasukd
Copy link

I dont think this is the same problem but im stuck with this #15. Im just trying to generate a camera node where the topics are the specific camera data (depth, origin, rect, camera info, etc), do you have any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants