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

Launch file logs webcam instead of Zed #5

Closed
AkshayHinduja opened this issue Nov 16, 2017 · 3 comments
Closed

Launch file logs webcam instead of Zed #5

AkshayHinduja opened this issue Nov 16, 2017 · 3 comments

Comments

@AkshayHinduja
Copy link

Hi, the node for some reason opens up my webcam instead of the zed camera. The zed ros wrapper works fine though. Any idea as to why this is happening?

@willdzeng
Copy link
Owner

https://github.com/willdzeng/zed_cpu_ros/blob/master/src/zed_cpu_ros.cpp#L36

Here it's assuming the 0 camera is the zed, maybe change this to 1, see if that works

@AkshayHinduja
Copy link
Author

Yes, that worked. Thank you!

I also wanted to ask if you knew why it is difficult to use stereo_image_proc on the higher resolutions?

Also, why is it that the zed_ros_wrappers raw images dont create a pointcloud in stereo_image_proc?

@willdzeng
Copy link
Owner

point cloud requires depth image, Zed need GPU to calculate depth. Raw image only has RGB.

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