Hi,
I wrote a streaming driver for my capturing device.
My capturing device supports many resolutions and may switch while
capturing, and as far as I know streaming devices usually do not
change resolutions.
In such case I have following solutions: scale down or up to static
resolution, or generate black screen in case resolution changes.
Programs of course handle all resolutions if I'll stop and start
recording.
Is there a way to handle?
Or is there a better way to handle it than scale picture in driver for
capturing device?
Pawel