Open sam16777213 opened 6 years ago
For non-Qt application, QMap and QString are not needed. QString is character string. Normally QMap is used to maintain (key, value) pair.
@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?
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?