|
2012-12-08
, 11:00
|
Posts: 230 |
Thanked: 302 times |
Joined on Oct 2009
@ Helsinki, Suomi (Finland)
|
#202
|
|
2012-12-09
, 14:03
|
Posts: 138 |
Thanked: 90 times |
Joined on Mar 2012
|
#203
|
|
2012-12-09
, 14:46
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#204
|
The Following 18 Users Say Thank You to qwazix For This Useful Post: | ||
aStrike, Bundyo, foobar, freemangordon, handaxe, jcharpak, knobtviker, Kozzi, MaKenZi, mdbxh, michaelmhk, minimos, N9owner, nkirk, ranbaxy, thedead1440, Tiran, Watchmaker |
|
2012-12-10
, 19:56
|
Posts: 10 |
Thanked: 15 times |
Joined on Nov 2012
|
#205
|
|
2012-12-10
, 20:18
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#206
|
|
2012-12-10
, 20:47
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#207
|
rawcam 1.0.4
.
.
.
* N900 when quitting by closing lens cover still inhibits the regular camera from working until reboot. Currently only workaround is to go to switcher and press the x button.
|
2012-12-10
, 21:28
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#208
|
Internal error. Application 'camera' closed.
QThread destroyed while running
// Connect the threads together in a daisy chain to get them all // to stop and then quit the app QObject::connect(cameraThread, SIGNAL(finished()), &IOThread::writer(), SLOT(stop())); QObject::connect(&IOThread::writer(), SIGNAL(finished()), &IOThread::reader(), SLOT(stop())); QObject::connect(&IOThread::reader(), SIGNAL(finished()), &app, SLOT(quit()));
//when the lens cover closes stop the camera thread QObject::connect(cameraThread, SIGNAL(lensCoverClosed()), cameraThread, SLOT(stop())); //and show a message that we are about to shut down QObject::connect(cameraThread, SIGNAL(lensCoverClosed()), closing, SLOT(show())); // Once the camera thread stops, quit the app QObject::connect(cameraThread, SIGNAL(finished()), &app, SLOT(quit()));
void RawcamApp::quit(){ qDebug()<<"preparing to exit"; cameraThread->wait(); delete cameraThread; delete overlay; QApplication::quit(); }
while (cameraThread->writer->savesPending() > 0) sleep(1);
stop false preparing to exit out Segmentation fault
The Following 5 Users Say Thank You to qwazix For This Useful Post: | ||
|
2012-12-10
, 23:37
|
|
Posts: 80 |
Thanked: 225 times |
Joined on Sep 2012
|
#209
|
The Following User Says Thank You to aStrike For This Useful Post: | ||
|
2012-12-11
, 07:36
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#210
|
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla 末 contactlaunch 末 timenow
Nemo UX blog: Grog
My website: qwazix.com
My job: oob