When working with Kritter like:
camera = kritter.Camera(hflip=True, vflip=True)
stream = camera.stream()
frame = stream.frame()[0]
How do you set the resolution of the stream / frame? I see that in kritter.Kvideo we can set width so is that the same for stream?