PDA

View Full Version : Using UCIL with QT



visor_ua
21st August 2008, 12:16
Is possible to use UCIL in Qt application?

jacek
21st August 2008, 18:10
What do you want to do with it?

visor_ua
22nd August 2008, 12:33
Simple webcam application.

jacek
23rd August 2008, 16:02
There shouldn't be any problems with using the library alone, but you need to find a way to convert between ucil's buffer and QImage/QPixmap. Unicap has some Gtk bindings and Qt 4 has GLIB event loop built-in, so maybe you could use these bindings and display a Gtk window inside your application.