ronaldsampaio / USBStreaming

1 stars 3 forks source link

fix preview error and add sanity checks #1

Closed pedroSG94 closed 7 months ago

pedroSG94 commented 7 months ago

I did that implementation based in your code and it is working. The main idea is keep all code related with USB library in that class for maintenance and convert it in a black box (the idea is create a class totally usable without know about USB library because only instance the VideoSource is necessary).