photoneo / phoxi_camera

ROS Package for PhoXi Scanner/Camera. If you like us, STAR US! :P
MIT License
44 stars 33 forks source link

Add save_frame service #6

Closed 3zuli closed 7 years ago

3zuli commented 7 years ago

Add save_frame service for saving the last frame as .ply file.

Request:

Response:

Usage:

  1. call /phoxi_camera/start_acquisition
  2. call /phoxi_camera/trigger_image
  3. call /phoxi_camera/save_frame

Note: if you call get_frame before save_frame, the frame is first consumed and save_frame will fail.