SteveDee
unread,Jan 21, 2013, 4:44:27 PM1/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to easycap-so...@googlegroups.com
I've just got one of these devices from Amazon at the bargain price of £7.38.
I downloaded your source files and replaced: somagic-extract-firmware.c, somagic-init.c, somagic-capture.c with the newer versions that deal with the SmiUsbGrabber3F.sys driver.
Running somagic-init seems to work, as lsusb shows correct ID ic88:003f
Also, running; sudo somagic-capture --test-only returns 0
The problem I have is trying to capture video.
1) video suffers from a random horizontal sync problem, where horizontal blocks of the image may appear in the wrong part of the image. What do you call this, and is there a solution?
2) my camera is colour, but my image is monochrome
3) how do you specify the channel number in the command. For example, it does not like this:-
sudo somagic-capture -c 1 | mplayer -vf yadif,screenshot -demuxer rawvideo -rawvideo "pal:format=uyvy:fps=25" -aspect 4:3 -
...or this...
sudo somagic-capture -c=1 | mplayer -vf yadif,screenshot -demuxer rawvideo -rawvideo "pal:format=uyvy:fps=25" -aspect 4:3 -