<HTML><BODY>Hi, dear GEM-list !<br><br>i'm trying to do this:<br><br>1) live video goes into PD via web-camera and [pix_video]&nbsp;<br>2) with some intervals of time, given by [metro] ...<br>3) ... the video is captured into pictures and stored to HD as jpeg or tif files with [pix_write]<br>4) in parallel [pix_image] takes the pictures from HD and showes them as slide-show<br>5) as more the pictures produced - the more shown and so on..<br><br>very simple idea - a kind of algorythm for continues frame-by-frame animation &nbsp;<br><br>- ido it via HD but not [pix_buffer] because it is the installation and slide show will need to be continued form the very first image after the PC shot down and switch on next days .. so i need to store images and to match them with new names ..&nbsp;<br><br>problems wich need your help:<br><br>1] i don't need to show the actual video stream.. i just need to show slide show.. but [pix_write] captures only if smthng is rendered to the gemwin<br><br>- can i make the second gemwin for the slideshow ?<br><br>- ok, i can let there be two pictures rendered together: left - the live ; right - the slideshow... so i tried to capture only half of the window - and the [pix_write] has the [Xpos Ypos( and the same parameteres for Size ... but nowhere told in what numeration it is ? .. it is not the same as size and position of geometries such are [rectangle] - so i can't easily match the area to capture.. How can i do it ??? &nbsp;<br><br>2] i need to make my own names for the files stored - simple like : 1.jpg ; 2.jpg ... &nbsp;[pix_write] doesn't allow that. it makes some difficult names.&nbsp;<br><br>- how could i then recall that files with [pix_image] ? &nbsp;how can i form a message with the filename like "gem00001.tif" , where the only part will be changing the "1" .. i tryied [makefilename], but it makes [symbols], which can't be put into [message( - it means useless for the changing filenames on the fly ... ?&nbsp;<br><br>Thanks for your help !<br>&nbsp;</BODY></HTML>