hi Again,
I have made a bit progress and now I am closer to see something.
After trying to install ov51x in different ways, at last managed using the following from
http://ubuntuforums.org/archive/index.php/t-273166.html
Code: Select all
apt-get update
apt-get install ov51x-jpeg-source module-assistant
module-assistant a-i ov51x-jpeg
The aboved worked for me with no problem.
Now if I
tail /var/log/syslog I get:
Code: Select all
Mar 29 10:06:37 lin-server zmc_dvideo0[5021]: INF [Servidores: 10000 - Capturing at 13.89 fps]
Mar 29 10:07:49 lin-server zmc_dvideo0[5021]: INF [Servidores: 11000 - Capturing at 13.89 fps]
Mar 29 10:09:00 lin-server zmc_dvideo0[5021]: INF [Servidores: 12000 - Capturing at 14.08 fps]
Mar 29 10:09:15 lin-server zmdc[2442]: INF [Starting pending process, zmc -m 2]
Mar 29 10:09:15 lin-server zmdc[5197]: INF ['zmc -m 2' started at 10/03/29 10:09:15]
Mar 29 10:09:15 lin-server zmc_m2[5197]: INF [Debug Level = 0, Debug Log = <none>]
Mar 29 10:09:15 lin-server zmdc[2442]: INF ['zmc -m 2' starting at 10/03/29 10:09:15, pid = 5197]
Mar 29 10:09:15 lin-server zmc_m2[5197]: ERR [No monitors found]
Mar 29 10:09:15 lin-server zmdc[2442]: ERR ['zmc -m 2' exited abnormally, exit status 255]
Will findout abouth the 255 error code.
Even the log says that there is not monitor created I Have one called servidores. Maybe I need more documentation reading as I am new to ZM.
The important part is the there is a video recognition that captures frames at 13 or 14 fps from my Eyetoy, also y I access the monitor I don't see any image but the system gives such information.
Furthermore: I am configuring the monitor with thhe following options:
From SOURCE TAB:
Device Path /dev/video0
Capture Method Video for Linux version 2
Device Channel 0
Device Format PAL
Capture Palette JPEG
Capture Width (pixels) 489
Capture Height (pixels) 240
Preserve Aspect Ratio Yes
Orientation Normal
Once Again I hope this will help someone,
Will keep on trying.