You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the transfer function does not fully support VDMA; it currently hard codes the frame size to 1920x1080x4. In order to properly generalize this functionality, a struct should be added that can be used to set the frame size from the library call.
Unfortunately I cannot try it anymore, because the work was for a university project and I already had to return the Zybo. But as the only problem was the hard coded frame size I suppose your changes solve the issue.
Currently, the transfer function does not fully support VDMA; it currently hard codes the frame size to 1920x1080x4. In order to properly generalize this functionality, a struct should be added that can be used to set the frame size from the library call.
This is a follow up from issue #61.
The text was updated successfully, but these errors were encountered: