the libvlc_video_take_snapshot function seems to igore the width/height passed to it and saves the image in its native form. i.e. if i pass 320x240 to the procedure, it is still saved as 720x576 image.
If this is to be fixed for the final release, please could we add a libvlc_video_get_snapshot function that returned the image as a pointer? At the moment the only way to do this is via the mediacontrol api and its quite messy.......since we are already saving the snapshots to disk i wouldn't have thought a funciton to return the image would be too much work?