econsysqtcam / qtcam

QtCAM is a free, Open Source Linux Webcamera Software with more than 10 image control settings, extension settings and Color space switching.
http://www.e-consystems.com/opensource-linux-webcam-software-application.asp
GNU General Public License v3.0
185 stars 95 forks source link

make uvccamera API devoid of Qt classes #26

Open sam16777213 opened 6 years ago

sam16777213 commented 6 years ago

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 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.

artur-ag commented 1 year ago

@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?