hey there,
have been working with your plugin and finding it very clear and easy to follow with your documentation in the code. really good job :)
im currently trying to record a video at 640 x 640 resolution, only a section of the screen, not the whole thing. please see reference image below.
ive done this previously using other frameworks by first capturing the entire screen into a framebuffer (render texture in unity) and then rendering that into a smaller 640 x 640 framebuffer by scaling and positioning the first texture in the new 640 x 640 viewport.
i can see this being done to some extent in iVidCapProVideo.cs class, but from what i can see it only performs scaling into the render texture, but does not support cropping.
would be a nice feature for iVidCapPro if you could point me to how this could be done.
cheers,
L.

hey there,
have been working with your plugin and finding it very clear and easy to follow with your documentation in the code. really good job :)
im currently trying to record a video at 640 x 640 resolution, only a section of the screen, not the whole thing. please see reference image below.
ive done this previously using other frameworks by first capturing the entire screen into a framebuffer (render texture in unity) and then rendering that into a smaller 640 x 640 framebuffer by scaling and positioning the first texture in the new 640 x 640 viewport.
i can see this being done to some extent in
iVidCapProVideo.csclass, but from what i can see it only performs scaling into the render texture, but does not support cropping.would be a nice feature for iVidCapPro if you could point me to how this could be done.
cheers,
L.