This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Saturday, April 5, 2008 6:13:02 AM(UTC)
Groups: Registered
Posts: 4
Hi,
I am using LEADTOOLS Multimedia Imaging Suite 14.0
i use CapturePicture method to capture still images from video capture card , there is a dealy between take image about 8-10 second , i want to take images with no dealy.
How to do that?
also if there is any fast method to take still images
i am using visual basic 6
Thank you
#2
Posted
:
Monday, April 7, 2008 5:45:20 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you try using the SaveStillBitmap method, and it also
produced a delay with your device, you could consider using an indirect
approach to do it.
If you would like me to suggest a different approach, please
explain how the process is going to be done. For example, will the user be
previewing live video and at a certain point click a button to capture the
current frame? Please provide as many details as possible.
#3
Posted
:
Tuesday, April 8, 2008 7:59:39 AM(UTC)
Groups: Registered
Posts: 4
SaveStillBitmap is almost the same
Can you please suggest a different approach?
User previewing live video and at any time he want to take still images when he press a key
And maybe the difference between images is less than 3 second
Thank you
#4
Posted
:
Wednesday, April 9, 2008 5:31:00 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You could use our Callback filter, which can give you access
to the pixel data of every video frame that passes through it. You can then
respond to the user's click by taking the next video frame from this Callback
and pass it to any function that creates a bitmap from the pixel data, then
save the bitmap to disk. Since this works in real time, the delay will be
almost zero between the user's click and the actual frame being saved.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.