Adding a line of documentation for creating Img *
This commit is contained in:
parent
2c23fea9e9
commit
0e62d96cc5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue