We received a request from a customer.in short, they are developing their own software that will determine the quality of the barcode for products from a photo. There is a database where photos are stored, this database is constantly updated, can we open every 10 photos in PcVue?
also do a search from PcVue by photo name and date and show this image on the mimic
Thanks
Hi Roman,
Not sure to understand your question. Do you want to display pictures in a mimic that are on a Database?
What picture format?
What database?
The picture is changing every ? seconds or minutes ?
Nico
There is a system which makes and save photo every second. Every photo is added to a folder on the server. We need to display every ten photo on the pcvue mimic. I mean display photo 0001 than the photo 001 will be changed to photo 0010 etc.
In my mind PcVue should take from a folder and display necessary image by request
Image format PNG, JPEG
Roman
OK Roman, that's quite simple.
You will have to manage 2 pictures. Let's say Photo1.png and Photo2.png
- Create a Image on Bit Animation (i.e. on Bit01) that is displaying Photo1 when Bit01 = 0 and Photo2 when Bit01 = 1
- Every 10s you trigger a script which is doing the following
- Copy the original photo (0010, 0020, etc..) and overwrite Photo1.png OR Photo2.png
- Change Bit01 value
Nico


