Hello all,
We want to use VCL player in a C++ Builder project to make video processing. We are trying it using the ActiveX component, but we need to capture single frames into memory. Which is not being simple...
The snapshot function (not available in activeX) only sends the image to a file. Does anyone have any idea how can we capture single frames using the ActiveX component or using the VCL DLL to a Picture GUI component?
Thanks for help,