Adding a line of documentation for creating Img *

This commit is contained in:
Walleza1 2019-05-29 19:49:03 +02:00
parent 2c23fea9e9
commit 0e62d96cc5

View file

@ -38,6 +38,7 @@ enum captureSize {xs, sm, md, lg};
* How to grab an image and send it to the monitor:
* 1. Grab an image, for example:
* Img * img = new Img(cam->Grab());
* Img * img = cam->Grab().Copy();
* 2. Instanciate the message to send the image:
* MessageImg *msgImg = new MessageImg(MESSAGE_CAM_IMAGE, img);
*/