1 | initial version |
If you have a plugin, then you can do something similar to the example CameraPlugin.
If you have a stand-alone application, then you can subscribe the the camera's image topic, and receive images in the subscription callback. Here is an example stand-alone listener.