I'm tring to get and old dc10 working in PAL. xawtv-3.80 works fine but
the color is slightly offset to the bottom right from the contrast. 

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

Drivers I used: videodev, i2c-core, i2c-algo-bit,
                videocodec, vpx3220, adv7175, zr36050, zr36016(works for
the fuji md0211), zoran

Do I need a driver for the tea6415c and what does this chip doo.

These are the files I changed with little effect.  

file zoran.c
  under
  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",

file update
  under
        'dc10old')
  changed
            $SUDO /sbin/insmod ./mse3000.o
  to
            $SUDO /sbin/insmod ./adv7175.o

file vpx3220.c
  removed all the '__func__' so it compiled on redhat 8

 lavrec -v 2 -f a -i P -d 1 -q 24 -U record.avi
   INFO: [lavrec] Recording parameters:
   INFO: [lavrec] Output format:      AVI
   INFO: [lavrec] Input Source:       S-Video PAL

   INFO: [lavrec] Decimation:         1
   INFO: [lavrec] Quality:            24
   INFO: [lavrec] Recording time:     -1 sec
   INFO: [lavrec]
   INFO: [lavrec] MJPEG buffer size:  256 KB
   INFO: [lavrec] # of MJPEG buffers: 64
   INFO: [lavrec] Audio parameters:
   INFO: [lavrec] Audio sample size:           16 bit
   INFO: [lavrec] Audio sampling rate:         44100 Hz
   INFO: [lavrec] Audio is MONO
   INFO: [lavrec] Audio input recording level: Use mixer setting
   INFO: [lavrec] Level of correction for Audio/Video synchronization:
   INFO: [lavrec] Lost frame compensation and frame drop/insert
--DEBUG: [lavrec] Maximum size per file will be 1739 MB
   INFO: [lavrec] Using read(2) system call for capture
   INFO: [lavrec] Auto detecting input and norm ...
   INFO: [lavrec] Image size will be 768x576, 2 field(s) per buffer
   INFO: [lavrec] Got 64 buffers of size 256 KB
   INFO: [lavrec] Getting audio ...
--DEBUG: [lavrec] Queueing frame 0

--DEBUG: [lavrec] Queueing frame 63
++ WARN: [lavrec] Closing file(s) and exiting - output file(s) my not be
readable due to error
**ERROR: [lavrec] Error syncing on a buffer: Timer expired
   INFO: [lavrec] Opening output file record.avi
**ERROR: [lavrec] Error writing to output file record.avi: Internal:
broken JPEG format
++ WARN: [lavrec] Closing file(s) and exiting - output file(s) my not be
readable due to error
--DEBUG: [lavrec] Queueing frame 4294967295
**ERROR: [lavrec] Error resetting buffer-queue: Invalid argument0.000

Recording time  :  0.00.00:00
Lost frames     : 000
A/V sync ins/del: 000/000
Audio errors    : 000

At what stage are the drivers at for this board. Should I give up on
lavrec and just be happy xawtv works.

Thanks Steve.




-------------------------------------------------------
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

Reply via email to