Hey Steve, On Thu, 2003-01-09 at 14:32, Steve wrote: > Pinnacle/Miro DC10(seriously old): > * Zoran zr36057 PCI controller > * Zoran zr36050 MJPEG codec > * Fuji md0211 Video Front End > * Micronas vpx3216b TV decoder > * Analog Devices adv7176 TV encoder
OMG! How many different DC10 boards are out there?!? > Drivers I used: videodev, i2c-core, i2c-algo-bit, > videocodec, vpx3220, adv7175, zr36050, zr36016(works for > the fuji md0211), zoran Are the md0211 and the zr36016 similar in how they're being operated? I doubt... I mean, the fact that zr36016 loads doesn't tell us much. zr36016 isn't supposed to work yet anyway (some small glitches), so we can't even compare... Hrm... > Do I need a driver for the tea6415c and what does this chip doo. It multiplies the output over the svideo and the composite output. I think no driver is needed, at most some standard reg settings. Anyway, we don't know yet. > static struct card_info zoran_cards[NUM_CARDS] = { > > .type = DC10_old, > .name = "DC10(old)", > > changed > .i2c_encoder = I2C_DRIVERID_MSE3000, > .i2c_enc_name = "mse3000", > to > .i2c_encoder = I2C_DRIVERID_ADV717X, > .i2c_enc_name = "adv7175", This code is there, but isn't used fully yet. It's basically being implemented, not 100% finished yet. I'd suggest to just add a new entry, and use names/macros like 'DC10_old_mse' and 'DC10_old_md0211' or so... I don't know, it's just confusing to see that so many different versions exist. :-(. > file vpx3220.c > removed all the '__func__' so it compiled on redhat 8 I noticed the same thing... Use #define __func__ __FUNCTION__ and it'll compile (with a lot of warnings). > lavrec -v 2 -f a -i P -d 1 -q 24 -U record.avi > **ERROR: [lavrec] Error syncing on a buffer: Timer expired > At what stage are the drivers at for this board. Should I give up on > lavrec and just be happy xawtv works. Drivers for the zr36050-version (as opposed to the zr36060 version) of this board are in alpha stage, not finished yet. We hope to get JPEG recording working soon, but it doesn't work yet. We'll probably release a new version of the driver and announce it to this list when the DC10old cards work (I'm not saying the first-to-come version will support the DC10 - just wait and hope it'll work soon). If you want to help out (i.e. develop) with getting the JPEG recording running (the code is basically there, something is just wrong in the JPEG codec or VFE settings or so - we don't receive interrupts), please consider yourself invited! If you plan to just wait, I'd advise to subscribe to this mailinglist, you'll hear when it works. :-). Ronald -- Ronald Bultje <[EMAIL PROTECTED]> Linux Video/Multimedia developer ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users