make uvccamera API devoid of Qt classes
sam16777213 opened this issue · 2 comments
sam16777213 commented
I found it difficult to port the uvccamera.h and related camera source files to apps which does not use Qt. are QMap and QString necessary?
econsysqtcam commented
For non-Qt application, QMap and QString are not needed. QString is character string. Normally QMap is used to maintain (key, value) pair.
artur-ag commented
@sam16777213 I'm also trying to use uvccamera in an app without Qt. Did you already do it? Would you be able to share your uvccamera code?