ViewCast Osprey 260e/460e Linux drivers - Released Today!
Kernel Labs are pleased to announce for immediate download, the ViewCast Osprey 260e/460e 32/64bit Linux compatible drivers. Over the next week or so we'll prepare for patch merge into the mainstream LinuxTV repositories. Until then, feel free to download and install.
Driver Features:
GPL Licensed - Kernel compatible licensing.
Video4Linux compatible APIs - Integrates easily with your existing V4L2 applications.
GStreamer support - Easily add this to your capture pipeline.
ALSA audio support for 48KHz audio capture.
Tested...
24 May 2012 |
Posted by Devin Heitmueller | 1 Comment.
1
Spent this evening digging into how the 0x418, 0x419, 0x420, and 0x421 registers are getting the values which cause video corruption. Just as a sanity check I dropped in the HVR-1850 that Steven was kind enough to loan me, and confirmed that the problem doesn't occur there.
This also allowed me to dump out the register state for the 1850 board? Why is this useful? Because there were two likely possibilities as to why the 1800 was broken and the 1850 worked:
The code path in the driver that initializes the HVR-1800 is somehow different, resulting in the register state being programmed...
22 May 2012 |
Posted by Devin Heitmueller | 0 Comment.
0
When we last left off, we had reproduced the basic behavior that users reported, using the stock command line tools such as v4l2-ctl and "mplayer /dev/video1". Now we'll talk a bit about the debugging process.
To give some context, let's look at a quick diagram showing the various parts of the device:
(click to enlarge)
For starters, let's now look at what the actual user sees after running the following commands:
v4l2-ctl -d 1 -f 62.25 --set-fmt-video=width=720,height=480,pixelformat=mpeg
mplayer /dev/video1
The video feed itself is a set of colorbars, a well known reference...
18 May 2012 |
Posted by Devin Heitmueller | 1 Comment.
1
As a result of numerous users reporting that their HVR-1800 didn't work in analog mode, I finally got some time tonight to dig into the situation.
If you don't care about the details, the short answer is I'm working on it and be patient. If you want to get some insight into the gory debugging process, keep reading...
Over the next few blog posts, I'll be walking through the typical debugging process. I don't actually know what the actual problem(s) are at this point, so this is a chance for those of you at home to play along. Here's what we do know:
Users have reported a variety of different...
ViewCast Osprey 820e Linux drivers - Released Today!
Are you looking for a dual channel 1080p60 video capture card, with an open source Linux driver and GStreamer support right out of the box? Good news, look no further.
Kernel Labs are pleased to announce for immediate download, the ViewCast Osprey 820e 32/64bit Linux compatible driver.
Driver Features:
GPL Licensed - Kernel compatible licensing.
Video4Linux compatible APIs - Integrates easily with your existing V4L2 applications.
Flexible driver - A large selection of supported frame-rates and resolutions, from SD to HD.
GStreamer...