econsysqtcam/qtcam

make uvccamera API devoid of Qt classes

sam16777213 opened this issue · 2 comments

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?

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?