right now the width and height don't behave properly.
For example, it throws an error on 640x512
Problem is simply that you didn't put the arguments in the pipelines
So,
width=width,
height=height,
put these ^ arguments in each call to 'pipe'
Fixed on my local, but I am too lazy to open a PR just now.
right now the width and height don't behave properly.
For example, it throws an error on 640x512
Problem is simply that you didn't put the arguments in the pipelines
So,
width=width,
height=height,
put these ^ arguments in each call to 'pipe'
Fixed on my local, but I am too lazy to open a PR just now.