You probably need some qt headers to make it work properly.

Regards,
Erik

Marco Garzola wrote:
> thanks but...
> 
> [EMAIL PROTECTED]:/home/marco/livecam/trunk# make
> make  all-am
> make[1]: Entering directory `/home/marco/livecam/trunk'
> g++ -DHAVE_CONFIG_H -I.     -g -O2 -D_GNU_SOURCE=1 -D_REENTRANT
> -I/usr/include/SDL   -I/usr/include/ffmpeg -MT main.o -MD -MP -MF
> .deps/main.Tpo -c -o main.o main.cpp
> main.cpp:21:26: error: qapplication.h: Nessun file o directory
> main.cpp:22:25: error: qmainwindow.h: Nessun file o directory
> main.cpp:23:22: error: qmenubar.h: Nessun file o directory
> main.cpp:24:21: error: qslider.h: Nessun file o directory
> main.cpp:25:24: error: qpopupmenu.h: Nessun file o directory
> In file included from main.cpp:27:
> v4l2widget.h:24:21: error: qwidget.h: Nessun file o directory
> In file included from main.cpp:28:
> v4l2controls.h:24:21: error: qdialog.h: Nessun file o directory
> v4l2controls.h:25:20: error: qlabel.h: Nessun file o directory
> In file included from main.cpp:27:
> v4l2widget.h:40: error: expected class-name before '{' token
> v4l2widget.h:41: error: ISO C++ forbids declaration of 'Q_OBJECT' with no
> type
> v4l2widget.h:42: error: expected ';' before 'public'
> v4l2widget.h:62: error: 'QPaintEvent' has not been declared
> In file included from main.cpp:28:
> v4l2controls.h:33: error: expected class-name before '{' token
> v4l2controls.h:34: error: ISO C++ forbids declaration of 'Q_OBJECT' with no
> type
> v4l2controls.h:35: error: expected ';' before 'public'
> v4l2controls.h:41: error: expected `:' before 'slots'
> v4l2controls.h:42: error: expected primary-expression before 'void'
> v4l2controls.h:42: error: ISO C++ forbids declaration of 'slots' with no
> type
> v4l2controls.h:42: error: expected ';' before 'void'
> v4l2controls.h:50: error: ISO C++ forbids declaration of 'QLabel' with no
> type
> v4l2controls.h:50: error: expected ';' before '*' token
> v4l2controls.h:51: error: ISO C++ forbids declaration of 'QSlider' with no
> type
> v4l2controls.h:51: error: expected ';' before '*' token
> In file included from main.cpp:29:
> v4l2viewer.h:30: error: expected class-name before '{' token
> v4l2viewer.h:31: error: ISO C++ forbids declaration of 'Q_OBJECT' with no
> type
> v4l2viewer.h:32: error: expected ';' before 'public'
> v4l2viewer.h:36: error: expected `:' before 'slots'
> v4l2viewer.h:37: error: expected primary-expression before 'void'
> v4l2viewer.h:37: error: ISO C++ forbids declaration of 'slots' with no type
> v4l2viewer.h:37: error: expected ';' before 'void'
> v4l2viewer.h:47: error: 'QCloseEvent' has not been declared
> v4l2viewer.h:50: error: ISO C++ forbids declaration of 'QMenuBar' with no
> type
> v4l2viewer.h:50: error: expected ';' before '*' token
> v4l2viewer.h:51: error: ISO C++ forbids declaration of 'QPopupMenu' with no
> type
> v4l2viewer.h:51: error: expected ';' before '*' token
> v4l2viewer.h:52: error: ISO C++ forbids declaration of 'QStatusBar' with no
> type
> v4l2viewer.h:52: error: expected ';' before '*' token
> v4l2viewer.h:53: error: ISO C++ forbids declaration of 'QTimer' with no type
> v4l2viewer.h:53: error: expected ';' before '*' token
> main.cpp: In function 'int main(int, char**)':
> main.cpp:35: error: 'QApplication' was not declared in this scope
> main.cpp:35: error: expected `;' before 'App'
> main.cpp:39: error: no matching function for call to
> 'V4L2Viewer::V4L2Viewer(char*&)'
> v4l2viewer.h:30: note: candidates are: V4L2Viewer::V4L2Viewer()
> v4l2viewer.h:30: note:                 V4L2Viewer::V4L2Viewer(const
> V4L2Viewer&)
> main.cpp:43: error: 'App' was not declared in this scope
> main.cpp:45: error: 'class V4L2Viewer' has no member named 'setCaption'
> main.cpp:46: error: 'class V4L2Viewer' has no member named 'show'
> main.cpp:48: error: 'QObject' has not been declared
> main.cpp:48: error: 'qApp' was not declared in this scope
> main.cpp:48: error: 'lastWindowClosed' was not declared in this scope
> main.cpp:48: error: 'SIGNAL' was not declared in this scope
> main.cpp:48: error: 'quit' was not declared in this scope
> main.cpp:48: error: 'SLOT' was not declared in this scope
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/home/marco/livecam/trunk'
> make: *** [all] Error 2
> 
> 
> ...
> 2008/5/17 Erik Andrén <[EMAIL PROTECTED]>:
> 
>> No you have to compile it by yourself.
>>
>> http://livecam.sourceforge.net/
>>
>> Regards,
>> Erik
>>
>>
>> Marco Garzola wrote:
>>
>>> Here the log ,
>>>
>>> where can i found livecam? does exist a deb package for ubuntu?
>>>
>>>
>>> tnx
>>>
>>>
>>> 2008/5/17 Marco Garzola <[EMAIL PROTECTED]>:
>>>
>>>  Hi Erik,
>>>> just a little update. with new branch m5602-unknown  the light turns on
>>>> but
>>>> i can't see anything on cheese.(on ekiga the same but it recognizes
>>>> Bisoncam
>>>> on preferences )
>>>> If  you need  any information tell me what i should do.
>>>>
>>>>
>>>> Marco
>>>>
>>>> 2008/5/5 Marco Garzola <[EMAIL PROTECTED]>:
>>>>
>>>> First of all thanks for your quick reply.
>>>>
>>>>> I've tried to use xawtv but the screen becomes all black...l and i can't
>>>>> do anything.
>>>>>
>>>>> thanks anyway, i'll wait for new developments.
>>>>>
>>>>> Marco
>>>>>
>>>>> 2008/5/5 Erik Andrén <[EMAIL PROTECTED]>:
>>>>>
>>>>> Hi,
>>>>>
>>>>>> The issue is known. There are some other people that experience the
>>>>>> same
>>>>>> problem. At current I don't know why it isn't working properly.
>>>>>>
>>>>>> Also, camorama only supports the v4l1 API (the driver uses v4l2) so it
>>>>>> won't work. Use xawtv or livecam instead.
>>>>>>
>>>>>> Best regards,
>>>>>> Erik
>>>>>>
>>>>>>
>>>>>> Marco Garzola wrote:
>>>>>>
>>>>>>  Hi,
>>>>>>> sorry if i disturb you with a private email.
>>>>>>> I'm an italian guy and i'm trying to use my laptop webcam with your
>>>>>>> driver
>>>>>>> (Laptop ACER aspire 5102WLMI )
>>>>>>> when i try to load module with:
>>>>>>>
>>>>>>> insmod m5602.ko debug=16
>>>>>>>
>>>>>>> in dmseg i have:
>>>>>>> *
>>>>>>> [  113.162919] m5602: Unknown symbol video_devdata
>>>>>>> [  113.163182] m5602: Unknown symbol video_unregister_device
>>>>>>> [  113.163298] m5602: Unknown symbol video_device_alloc
>>>>>>> [  113.163352] m5602: Unknown symbol video_register_device
>>>>>>> [  113.163506] m5602: Unknown symbol video_device_release
>>>>>>> [  116.591526] Linux video capture interface: v2.00
>>>>>>> [  117.187275]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c:
>>>>>>> usb_m5602_init - WebCam driver startup
>>>>>>> [  117.187283]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c: debug
>>>>>>> level
>>>>>>> defined to 0x10
>>>>>>> [  117.187313]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c:
>>>>>>> BisonCam
>>>>>>> webcam found
>>>>>>> [  117.232689]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c:
>>>>>>> Probing
>>>>>>> for
>>>>>>> an ov9650 sensor
>>>>>>> [  117.235374]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c: Sensor
>>>>>>> reported as 0xff:0xff
>>>>>>> [  117.235379]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c:
>>>>>>> Forcing
>>>>>>> an
>>>>>>> ov9650 sensor
>>>>>>> [  117.235383]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c: If
>>>>>>> this
>>>>>>> works, please report your sensor product id: 0xff:0xff to
>>>>>>> [email protected]
>>>>>>> [  117.235427]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c:
>>>>>>> m5602_probe
>>>>>>> - m5602 WebCam driver is now controlling video device 0
>>>>>>> [  117.235449] usbcore: registered new interface driver m5602
>>>>>>> [  117.235454]
>>>>>>> /home/marco/m560x-driver/m560x/branches/m5602-ov9650-2/m5602.c:
>>>>>>> 0.2.0:M5602
>>>>>>> Webcam Driver*
>>>>>>>
>>>>>>>
>>>>>>> Unfortunately the light doesn't turn on and using camorama i have this
>>>>>>> message:
>>>>>>> *
>>>>>>> could not connect to video device (dev/video0)
>>>>>>> *
>>>>>>> ...
>>>>>>>
>>>>>>>
>>>>>>> Thanks for your support
>>>>>>>
>>>>>>> Marco
>>>>>>>
>>>>>>>
>>>>>>>
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
M560x-driver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/m560x-driver-devel

Reply via email to