Opens the wrong cpia proc file
Status: Pre-Alpha
Brought to you by:
triphop
QtX3 insists on command line arguments for the video
device and the cpia proc file, but then it proceeds to
ignore the proc file and always opens /proc/cpia/video2
instead (which on my system doesn't exist, so
attempting to turn on the lights does nothing).
With the attached patch, it gives a very nice image
from the qx3 -- much nicer than the other camera
program I'd previously been using.
Oh, one other thing I had to do: the .pro file doesn't
mention Qx3Model.cc, so if you regenerate the Makefile
by running qmake, that file gets left out and the
project doesn't build. I'll include that patch too.
Patch: use the argument given
Logged In: NO
Sorry, didn't leave my email address last time (haven't used
this bug system before).
Logged In: YES
user_id=440177
Er, turns out I had an ID here after all. Sorry for the
multiple comments.
Logged In: NO
Finally it works! Thank you for the patches!
Steve