This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 28, 2011 11:16:59 AM(UTC)
Groups: Registered
Posts: 3
Hi
How can i get video file as bitmap array?
Thanks
#2
Posted
:
Wednesday, June 29, 2011 2:23:30 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
You can use LEAD convert control with LEAD video callback filter, which gives you the pixel data of every frame that passes through the convert control and enables you to handle and get it in any way.
Inside the video callback, you can save the pixel data to the format that you want or you can save it in a bitmap array.
For information about handling the callback function, please see our demos that use it such as the video Callback (VB6) and DrawOnVideo (.Net ).
Please note that these demos also need the main LEAD imaging toolkit, but you don't need that toolkit to use the callback filter itself. Instead, you can copy the code parts that you need without running the demo itself.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
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.