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

Can I run the capture with Realsense Depth Camera? #34

Open
EmilyJrxx opened this issue Oct 12, 2019 · 1 comment
Open

Can I run the capture with Realsense Depth Camera? #34

EmilyJrxx opened this issue Oct 12, 2019 · 1 comment

Comments

@EmilyJrxx
Copy link

Hi! I'm using a Realsense D435 Depth Camera, in order to launch the capture process i run
roslaunch realsense2_camera rs_camera.launch
but when i tried to run the capture process by
'rosrun object_recognition_capture orb_template -o my_textured_plane'
it gives me an 0 device found

Listening for key: s on imshow:save
Registration? 1
Sync? 0
Traceback (most recent call last):
  File "/home/xxwang/ork/src/capture/apps/orb_template", line 108, in <module>
    run_plasm(options, plasm, locals=vars())
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/ecto/opts.py", line 85, in run_plasm
    sched.execute(options.niter)
ecto.CellException:            exception_type  CellException
[cell_name] = Source

[cell_type] = ecto::py::BlackBox

[function_name] = process_with_only_these_inputs

[type] = std::runtime_error

[what] =            exception_type  CellException
[cell_name] = <class 'ecto_openni.OpenNICapture'>

[cell_type] = ecto_openni::OpenNICapture

[function_name] = configure

[type] = std::runtime_error

[what] = Index out of range.0 devices found.

I've noticed that in issue #20 they gave a possible method to use ros topics instead of openni, though i can not understand exactly how to do that. I still want to know if it is possible to run capture with realsense camera and realsense-ros package. Thank you and forgive my poor English

@EmilyJrxx
Copy link
Author

@vrabaud Sorry to bother, but i'm wondering if i can modify some 'names' that createsource outputs to make it compatible with realsense D435 or Kinect V2. I made the node 'orb_template' subscribe to rostopics published by my camera, but still cannot work like i commented in #20 . Thanks

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

1 participant