DVC80 Dazzle zoran/nogatech driver

Observe that a download is available for USBVISION-0.9.8-1 which supports the subject USB device.
The indications in the README are that the ..zoran/nogatech usbvision..video must be enabled in the kernel. Also ...I2c API is referenced.
I find only a reference to ....CONFIG_VIDEO_ZORAN ..is not set..... in the kkernel26 config.
Has anyone utilized the USBVISION-0.9.8-1 download in arch?

This file is in the usbvision download :
==========================================================
Readme for kernel 2.6.x Linux device driver for the Zoran/Nogatech USBVision Video Grabber
Author: Joerg Heckenbach <[email protected]>
Homepage: http://www.emuit.com/webcam.html (Dwaine Garden)
INTRODUCTION:
This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices.
It supports streaming and capture of color or monochrome video via the Video4Linux
API. Most V4L apps are compatible with it, but a few video-conferencing programs
do not work yet.
If you need more information, please visit the Zoran/Nogatech homepage at the above URL.
usbvision-0.9.6 is the first prerelease of the 1.0 driver. I did many changes in the code and I hope I
didn't break working features on different devices. The decompression is completed. Just from time to
time there are some black or white error pixels in the image on slower machines. Maybe it is a timing problem
in the isoc interrupt routine. We stay a third of the time in interrupt and so it is likely, that the parser
is called twice. Let me cleanup the routine for performance, move the parser to user-context and add a lock.
For 2.6x kernels we can use the saa7111 from the kernel tree, so the make will not compile the saa7111-new
for these kernels.  The bt819-new.c is not coded to 2.6. kernel yet.
I have tested the driver with kernel 2.6.1, 2.6.2 to 2.6.7 with devices "Hauppauge WinTV USB FM 1" and
"Pixelview PlayTV USB Pro FM" on a 600MHz PII system.
WHAT YOU NEED:
- If you want to help with the development, get the chip's specification docs at
  http://www.emuit.com/webcam.html
- A Video4Linux compatible frame grabber program (I recommend xawtv or Kwintv)
  xawtv is available at:  http://www.in-berlin.de/User/kraxel/xawtv.html
- Radio Application to take advantage of the radio tuner. (some of the devices)
  GQradio is available at:  http://gqmpeg.sourceforge.net/radio.html
HOW TO INSTALL THE DEVICE DRIVER:
First way (The easy one)
It works with most modern standard installations.
a) In the usbvision directory do
   make; make install; modprobe usbvision
b) Start your video application.
c) Enjoy.
If c) doesn't work, something went wrong ;-)
Second way (Not as easy as the first one)
You need this, if either usb-, i2c-, tuner- or v4l-support is missing in your kernel.
a) cp the following files into the directory /usr/src/linux/drivers/usb/media
    usbvision.c
    usbvision.h
    saa7113.c
    i2c-algo-usb.c
    i2c-algo-usb.h
    usbvision_ioctl.h
c) In the makefile of the dir /usr/src/linux/drivers/usb, look for the line "obj-$(CONFIG_USB_IBMCAM)    +=media/",
insert an additional line then added the line for the usbvision driver
   obj-$(CONFIG_USB_USBVISION)    += media/
e) Add the line to the makefile in /usr/src/linux/driver/usb/media/
  obj-$(CONFIG_USB_USBVISION)     += usbvision.o saa7113.o i2c-algo-usb.o
f) Edit file /usr/src/linux/drivers/usb/media/Kconfig   
   Paste the following lines below after the entry for the IBMCAM.
---------------------------- Begin Paste ------------------------------
config USB_USBVISION
    tristate "USB Zoran/Nogatech USBVision Video Grabber Support"
    depends on USB && VIDEO_DEV && I2C && VIDEO_BT848 && VIDEO_DPC
    ---help---
        Say Y here if you want to connect a Nogatech NT100x, or a Zoran
        ZR36504/ZR36505 chipset based video/tv/radio grabber, to your
        computer's USB port.
        For more information, read <file:Documentation/usb/usbvision.txt>.
        This driver needs the following support: Please enable (Y or M in config)
          Video For Linux API
        I2C API. 
        BT484 Device Support
        DPC7146 demonstration board Device Support
        This code is also available as a module ( = code which can be
        inserted in and removed from the running kernel whenever you want).
        The module will be called usbvision.o.  If you want to compile it as a
        module, say M here and read <file:Documentation/modules.txt>. This
        video grabber has several configuration options which can be specified
        when you load the module.  Read <file:Documentation/usb/usbvision.txt> to
        learn more.
---------------------------- End of Paste -----------------------------
h) If it is not already there (it usually is), create the video device:
    mknod /dev/video c 81 0
i) Sometimes /dev/video is a symlink to /dev/video0
You will have to set permissions on this device to allow you to read/write
from it:
    chmod 666 /dev/video
    chmod 666 /dev/video0 (if necessary)
When configuring the kernel choose Zoran/Nogatech USBVISION video support as
module. You are going to need also to select i2c and v4l, and if your
device have tuner you need to compile also BT848 support or other modules
that compile the tuner.o module.
    a) Do a make modules, make modules_install.
    b) If the USB Support and the Video4Linux was compiled as modules.
       modprobe usbcore.o
           modprobe usb-uhci.o  <OR>  modprobe ohci-hcd.o
       modprobe videodev.o
    b) Install the modules:
          modprobe usbvision- For a great radio application, try GQradio.
       The usbvision module will also load the i2c-algo-usb, i2c-core, saa7111, saa7113.
VIDEO PLAYERS FOR PLAYING VIDEO OUPUT
Here is the setting to get the TV tuner working with mplayer.  It does software video scaling, so you can have full screen mode with the USBVision driver.
    mplayer tv:// -tv channel=43:driver=v4l:input=0:outfmt=rgb24:norm=ntsc:height=240:width=320 -flip
Here is the setting to get the TV tuner working with xawtv.
    xawtv -c /dev/video0
USBVISION MODULE PARAMETERS:
  NAME: isocMode
  TYPE: integer (0x03, 0x14, 0x60)
  DEFAULT: 0x60
  DESC:  The isocMode is the format mode of the data that is transmitted on the isocronous
  pipe via USB. It is not depending on the connected video-hardware. Default is 0x14.
        YUV422          0x03
        YUV420          0x14
        COMPRESSION     0x60    Enable compression for full framerate.
  NAME: debug
  TYPE: bitmask
  DEFAULT: 0
  DESC: You don't need this option unless you are a developer. If you are a developer then
  you will see in the code what values do what. This is a bit mask, and you can combine any
  number of bits to produce what you want:
       bit 2    debug procfs
       bit 3    debug video ioctl
       bit 4    debug video io
       bit 5    debug radio io
       bit 7    debug usb frame header
       bit 8    debug probe and disconnect
       bit 9    debug irq
       bit 10   debug handling of isochronus transfer
       bit 11   debug parsing of usb data
       bit 12   debug handling of scratch
       bit 13   debug utility functions
       bit 14   debug i2c stuff
  NAME: flags
  TYPE: bitmask
  DEFAULT: 0
  DESC: This is a bit mask, and you can combine any number of bits to produce what you want.
  Usually you don't want any of extra features this option provides:
       bit 0    FLAGS_RETRY_VIDIOCSYNC     This bit allows to retry failed
                                           VIDIOCSYNC ioctls without failing.
                                           Will work with xawtv, will not
                                           with xrealproducer. Default is
                                           not set.
       bit 1    FLAGS_MONOCHROME           Activates monochrome (b/w) mode.
       bit 2    FLAGS_DISPLAY_HINTS        Shows colored pixels which have
                                           magic meaning to developers.
       bit 3    FLAGS_OVERLAY_STATS        Shows tiny numbers on screen,
                                           useful only for debugging.
       bit 4    FLAGS_FORCE_TESTPATTERN    Shows blue screen with numbers.
       bit 5    FLAGS_SEPARATE_FRAMES      Shows each frame separately, as
                                           it was received from the camera.
                                           Default (not set) is to mix the
                                           preceding frame in to compensate
                                           for occasional loss of Isoc data
                                           on high frame rates.
       bit 6    FLAGS_CLEAN_FRAMES         Forces "cleanup" of each frame
                                           prior to use; relevant only if
                                           FLAGS_SEPARATE_FRAMES is set.
                                           Default is not to clean frames,
                                           this is a little faster but may
                                           produce flicker if frame rate is
                                           too high and Isoc data gets lost.
  NAME: dga
  TYPE: integer (0-1) boolean
  DEFAULT: 1
  DESC: This will set the option for DGA video to either Yes or No.  Default is 1.
  NAME: PowerOnAtOpen
  TYPE: integer (0-1) boolean
  DEFAULT: 1
  DESC: This will set the device to power on automatically when opened.  Default is 1.
  NAME: SwitchSVideoInput
  TYPE: integer (0-1) boolean
  DEFAULT: 0
  DESC: To help people with Black and White output with using s-video input.  Some cables and input devices are wired differently. 
        If you are getting a black and white image when using the S-Video input.  Set this parameter to 1.  Default is 0, since most
    devices do not have this problem.
  NAME: CustomDevice
  TYPE: string
  DEFAULT: NULL
  DESC: This will set a new Custom device
  EXAMPLE: "0x0573 0x4D31 0 7113 3 PAL 1 1 1 5 -1 -1 -1 -1 -1"
  FORMAT: "idVendor idProduct Interface Codec    VideoChannels VideoNorm AudioChannels Radio
             Tuner TunerType Vin_Reg1 Vin_Reg2 X_Offset Y_Offset Dvi_yuv"
        Codec:
            7111
            7113
            819
        VideoNorm:
            P or PAL
            S or SECAM
            N or NTSC
        TunerType: (!!!use the NUMBER not the name)  see latest in "/usr/src/linux/drivers/media/video/tuner.h"
            TUNER_TEMIC_PAL                 0   /* 4002 FH5 (3X 7756, 9483) */
            TUNER_PHILIPS_PAL_I             1
            TUNER_PHILIPS_NTSC              2
            TUNER_PHILIPS_SECAM             3   /* you must actively select B/G, L, L` */
            TUNER_ABSENT                    4
            TUNER_PHILIPS_PAL               5
            TUNER_TEMIC_NTSC                6   /* 4032 FY5 (3X 7004, 9498, 9789)  */
            TUNER_TEMIC_PAL_I               7   /* 4062 FY5 (3X 8501, 9957)        */
            TUNER_TEMIC_4036FY5_NTSC         8   /* 4036 FY5 (3X 1223, 1981, 7686)  */
            TUNER_ALPS_TSBH1_NTSC              9
            TUNER_ALPS_TSBE1_PAL             10
            TUNER_ALPS_TSBB5_PAL_I             11
            TUNER_ALPS_TSBE5_PAL             12
            TUNER_ALPS_TSBC5_PAL             13
            TUNER_TEMIC_4006FH5_PAL            14  /* 4006 FH5 (3X 9500, 9501, 7291)     */
            TUNER_ALPS_TSHC6_NTSC             15
            TUNER_TEMIC_PAL_DK            16  /* 4016 FY5 (3X 1392, 1393)     */
            TUNER_PHILIPS_NTSC_M            17
            TUNER_TEMIC_4066FY5_PAL_I           18  /* 4066 FY5 (3X 7032, 7035) */
            TUNER_TEMIC_4006FN5_MULTI_PAL       19  /* B/G, I and D/K autodetected (3X 7595, 7606, 7657)*/
            TUNER_TEMIC_4009FR5_PAL             20  /* incl. FM radio (3X 7607, 7488, 7711)*/
            TUNER_TEMIC_4039FR5_NTSC            21  /* incl. FM radio (3X 7246, 7578, 7732)*/
            TUNER_TEMIC_4046FM5                 22  /* you must actively select B/G, D/K, I, L, L` !  (3X 7804, 7806, 8103, 8104)*/
            TUNER_PHILIPS_PAL_DK            23
            TUNER_PHILIPS_FQ1216ME            24  /* you must actively select B/G/D/K, I, L, L` */
            TUNER_LG_PAL_I_FM            25
            TUNER_LG_PAL_I                26
            TUNER_LG_NTSC_FM            27
            TUNER_LG_PAL_FM                28
            TUNER_LG_PAL                29
            TUNER_TEMIC_4009FN5_MULTI_PAL_FM    30  /* B/G, I and D/K autodetected (3X 8155, 8160, 8163)*/
            TUNER_SHARP_2U5JF5540_NTSC          31
            TUNER_Samsung_PAL_TCPM9091PD27         32
            TUNER_MT2032                 33
            TUNER_TEMIC_4106FH5             34  /* 4106 FH5 (3X 7808, 7865)*/
            TUNER_TEMIC_4012FY5            35  /* 4012 FY5 (3X 0971, 1099)*/
            TUNER_TEMIC_4136FY5            36  /* 4136 FY5 (3X 7708, 7746)*/
            TUNER_LG_PAL_NEW_TAPC           37
            TUNER_PHILIPS_FM1216ME_MK3          38
            TUNER_LG_NTSC_NEW_TAPC           39
            TUNER_HITACHI_NTSC               40
            TUNER_PHILIPS_PAL_MK             41
            TUNER_PHILIPS_ATSC               42
            TUNER_PHILIPS_FM1236_MK3         43
            TUNER_PHILIPS_4IN1               44  /* ATI TV Wonder Pro - Conexant */
            TUNER_MICROTUNE_4049FM5          45
            TUNER_LG_NTSC_TAPE               47
            TUNER_TNF_8831BGFF               48
================================================================================================
FINAL NOTE:
If your device isn't known, add it to usbvision_device_data and usbvision_table in usbvision.h.
You can speed up tuner detection, when adding "options tuner addr=your_addr" to /etc/modules.conf.
If your device isn't known, edit line (modprobe usbvision CustomDevice="0x0573 0x4D31 0 7113 3 PAL 1 1 1 5 -1 -1 -1 -1 -1")
in 'usbvision.rc' file then 'usbvision.rc start'
also edit "etc/rc.d/init.d/usbvision" if you use it
Please tell me your experience ([email protected]), or contact ([email protected]).
=========================================================
Can this device driver be utilized in kernel26-2.6.15-ARCH?

Similar Messages

  • Package for DVC80 USB Video Interface

    Gents;
    Some info sources say that a linux app can be provided which will permit the DVC80 to  respond to NTSC video camera input.
    The DVC80 operates well in windows, permitting capture in Irfanview and a program called Dazzle.
    The following data describes a possible application which may be compatible with arch.  The interface in video apps, especially from USB, can be daunting.  Audio is also provided on NTSC basis for camera input via the DVC80 input connectors(stereo).
    The data below describes how it might be built in linux:
    ===============================================================
    Readme for kernel 2.6.x Linux device driver for the Zoran/Nogatech USBVision Video Grabber
    Author: Joerg Heckenbach <[email protected]>
    Homepage: http://www.emuit.com/webcam.html (Dwaine Garden)
    INTRODUCTION:
    This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices.
    It supports streaming and capture of color or monochrome video via the Video4Linux
    API. Most V4L apps are compatible with it, but a few video-conferencing programs
    do not work yet.
    If you need more information, please visit the Zoran/Nogatech homepage at the above URL.
    usbvision-0.9.6 is the first prerelease of the 1.0 driver. I did many changes in the code and I hope I
    didn't break working features on different devices. The decompression is completed. Just from time to
    time there are some black or white error pixels in the image on slower machines. Maybe it is a timing problem
    in the isoc interrupt routine. We stay a third of the time in interrupt and so it is likely, that the parser
    is called twice. Let me cleanup the routine for performance, move the parser to user-context and add a lock.
    For 2.6x kernels we can use the saa7111 from the kernel tree, so the make will not compile the saa7111-new
    for these kernels.  The bt819-new.c is not coded to 2.6. kernel yet.
    I have tested the driver with kernel 2.6.1, 2.6.2 to 2.6.7 with devices "Hauppauge WinTV USB FM 1" and
    "Pixelview PlayTV USB Pro FM" on a 600MHz PII system.
    WHAT YOU NEED:
    - If you want to help with the development, get the chip's specification docs at
      http://www.emuit.com/webcam.html
    - A Video4Linux compatible frame grabber program (I recommend xawtv or Kwintv)
      xawtv is available at:  http://www.in-berlin.de/User/kraxel/xawtv.html
    - Radio Application to take advantage of the radio tuner. (some of the devices)
      GQradio is available at:  http://gqmpeg.sourceforge.net/radio.html
    HOW TO INSTALL THE DEVICE DRIVER:
    First way (The easy one)
    It works with most modern standard installations.
    a) In the usbvision directory do
       make; make install; modprobe usbvision
    b) Start your video application.
    c) Enjoy.
    If c) doesn't work, something went wrong ;-)
    Second way (Not as easy as the first one)
    You need this, if either usb-, i2c-, tuner- or v4l-support is missing in your kernel.
    a) cp the following files into the directory /usr/src/linux/drivers/usb/media
        usbvision.c
        usbvision.h
        saa7113.c
        i2c-algo-usb.c
        i2c-algo-usb.h
        usbvision_ioctl.h
    c) In the makefile of the dir /usr/src/linux/drivers/usb, look for the line "obj-$(CONFIG_USB_IBMCAM)    +=media/",
    insert an additional line then added the line for the usbvision driver
       obj-$(CONFIG_USB_USBVISION)    += media/
    e) Add the line to the makefile in /usr/src/linux/driver/usb/media/
      obj-$(CONFIG_USB_USBVISION)     += usbvision.o saa7113.o i2c-algo-usb.o
    f) Edit file /usr/src/linux/drivers/usb/media/Kconfig   
       Paste the following lines below after the entry for the IBMCAM.
    ---------------------------- Begin Paste ------------------------------
    config USB_USBVISION
        tristate "USB Zoran/Nogatech USBVision Video Grabber Support"
        depends on USB && VIDEO_DEV && I2C && VIDEO_BT848 && VIDEO_DPC
        ---help---
            Say Y here if you want to connect a Nogatech NT100x, or a Zoran
            ZR36504/ZR36505 chipset based video/tv/radio grabber, to your
            computer's USB port.
            For more information, read <file:Documentation/usb/usbvision.txt>.
            This driver needs the following support: Please enable (Y or M in config)
              Video For Linux API
            I2C API. 
            BT484 Device Support
            DPC7146 demonstration board Device Support
            This code is also available as a module ( = code which can be
            inserted in and removed from the running kernel whenever you want).
            The module will be called usbvision.o.  If you want to compile it as a
            module, say M here and read <file:Documentation/modules.txt>. This
            video grabber has several configuration options which can be specified
            when you load the module.  Read <file:Documentation/usb/usbvision.txt> to
            learn more.
    ---------------------------- End of Paste -----------------------------
    h) If it is not already there (it usually is), create the video device:
        mknod /dev/video c 81 0
    i) Sometimes /dev/video is a symlink to /dev/video0
    You will have to set permissions on this device to allow you to read/write
    from it:
        chmod 666 /dev/video
        chmod 666 /dev/video0 (if necessary)
    When configuring the kernel choose Zoran/Nogatech USBVISION video support as
    module. You are going to need also to select i2c and v4l, and if your
    device have tuner you need to compile also BT848 support or other modules
    that compile the tuner.o module.
        a) Do a make modules, make modules_install.
        b) If the USB Support and the Video4Linux was compiled as modules.
           modprobe usbcore.o
               modprobe usb-uhci.o  <OR>  modprobe ohci-hcd.o
           modprobe videodev.o
        b) Install the modules:
              modprobe usbvision- For a great radio application, try GQradio.
           The usbvision module will also load the i2c-algo-usb, i2c-core, saa7111, saa7113.
    VIDEO PLAYERS FOR PLAYING VIDEO OUPUT
    Here is the setting to get the TV tuner working with mplayer.  It does software video scaling, so you can have full screen mode with the USBVision driver.
        mplayer tv:// -tv channel=43:driver=v4l:input=0:outfmt=rgb24:norm=ntsc:height=240:width=320 -flip
    Here is the setting to get the TV tuner working with xawtv.
        xawtv -c /dev/video0
    USBVISION MODULE PARAMETERS:
      NAME: isocMode
      TYPE: integer (0x03, 0x14, 0x60)
      DEFAULT: 0x60
      DESC:  The isocMode is the format mode of the data that is transmitted on the isocronous
      pipe via USB. It is not depending on the connected video-hardware. Default is 0x14.
            YUV422          0x03
            YUV420          0x14
            COMPRESSION     0x60    Enable compression for full framerate.
      NAME: debug
      TYPE: bitmask
      DEFAULT: 0
      DESC: You don't need this option unless you are a developer. If you are a developer then
      you will see in the code what values do what. This is a bit mask, and you can combine any
      number of bits to produce what you want:
           bit 2    debug procfs
           bit 3    debug video ioctl
           bit 4    debug video io
           bit 5    debug radio io
           bit 7    debug usb frame header
           bit 8    debug probe and disconnect
           bit 9    debug irq
           bit 10   debug handling of isochronus transfer
           bit 11   debug parsing of usb data
           bit 12   debug handling of scratch
           bit 13   debug utility functions
           bit 14   debug i2c stuff
      NAME: flags
      TYPE: bitmask
      DEFAULT: 0
      DESC: This is a bit mask, and you can combine any number of bits to produce what you want.
      Usually you don't want any of extra features this option provides:
           bit 0    FLAGS_RETRY_VIDIOCSYNC     This bit allows to retry failed
                                               VIDIOCSYNC ioctls without failing.
                                               Will work with xawtv, will not
                                               with xrealproducer. Default is
                                               not set.
           bit 1    FLAGS_MONOCHROME           Activates monochrome (b/w) mode.
           bit 2    FLAGS_DISPLAY_HINTS        Shows colored pixels which have
                                               magic meaning to developers.
           bit 3    FLAGS_OVERLAY_STATS        Shows tiny numbers on screen,
                                               useful only for debugging.
           bit 4    FLAGS_FORCE_TESTPATTERN    Shows blue screen with numbers.
           bit 5    FLAGS_SEPARATE_FRAMES      Shows each frame separately, as
                                               it was received from the camera.
                                               Default (not set) is to mix the
                                               preceding frame in to compensate
                                               for occasional loss of Isoc data
                                               on high frame rates.
           bit 6    FLAGS_CLEAN_FRAMES         Forces "cleanup" of each frame
                                               prior to use; relevant only if
                                               FLAGS_SEPARATE_FRAMES is set.
                                               Default is not to clean frames,
                                               this is a little faster but may
                                               produce flicker if frame rate is
                                               too high and Isoc data gets lost.
      NAME: dga
      TYPE: integer (0-1) boolean
      DEFAULT: 1
      DESC: This will set the option for DGA video to either Yes or No.  Default is 1.
      NAME: PowerOnAtOpen
      TYPE: integer (0-1) boolean
      DEFAULT: 1
      DESC: This will set the device to power on automatically when opened.  Default is 1.
      NAME: SwitchSVideoInput
      TYPE: integer (0-1) boolean
      DEFAULT: 0
      DESC: To help people with Black and White output with using s-video input.  Some cables and input devices are wired differently. 
            If you are getting a black and white image when using the S-Video input.  Set this parameter to 1.  Default is 0, since most
        devices do not have this problem.
      NAME: CustomDevice
      TYPE: string
      DEFAULT: NULL
      DESC: This will set a new Custom device
      EXAMPLE: "0x0573 0x4D31 0 7113 3 PAL 1 1 1 5 -1 -1 -1 -1 -1"
      FORMAT: "idVendor idProduct Interface Codec    VideoChannels VideoNorm AudioChannels Radio
                 Tuner TunerType Vin_Reg1 Vin_Reg2 X_Offset Y_Offset Dvi_yuv"
            Codec:
                7111
                7113
                819
            VideoNorm:
                P or PAL
                S or SECAM
                N or NTSC
            TunerType: (!!!use the NUMBER not the name)  see latest in "/usr/src/linux/drivers/media/video/tuner.h"
                TUNER_TEMIC_PAL                 0   /* 4002 FH5 (3X 7756, 9483) */
                TUNER_PHILIPS_PAL_I             1
                TUNER_PHILIPS_NTSC              2
                TUNER_PHILIPS_SECAM             3   /* you must actively select B/G, L, L` */
                TUNER_ABSENT                    4
                TUNER_PHILIPS_PAL               5
                TUNER_TEMIC_NTSC                6   /* 4032 FY5 (3X 7004, 9498, 9789)  */
                TUNER_TEMIC_PAL_I               7   /* 4062 FY5 (3X 8501, 9957)        */
                TUNER_TEMIC_4036FY5_NTSC         8   /* 4036 FY5 (3X 1223, 1981, 7686)  */
                TUNER_ALPS_TSBH1_NTSC              9
                TUNER_ALPS_TSBE1_PAL             10
                TUNER_ALPS_TSBB5_PAL_I             11
                TUNER_ALPS_TSBE5_PAL             12
                TUNER_ALPS_TSBC5_PAL             13
                TUNER_TEMIC_4006FH5_PAL            14  /* 4006 FH5 (3X 9500, 9501, 7291)     */
                TUNER_ALPS_TSHC6_NTSC             15
                TUNER_TEMIC_PAL_DK            16  /* 4016 FY5 (3X 1392, 1393)     */
                TUNER_PHILIPS_NTSC_M            17
                TUNER_TEMIC_4066FY5_PAL_I           18  /* 4066 FY5 (3X 7032, 7035) */
                TUNER_TEMIC_4006FN5_MULTI_PAL       19  /* B/G, I and D/K autodetected (3X 7595, 7606, 7657)*/
                TUNER_TEMIC_4009FR5_PAL             20  /* incl. FM radio (3X 7607, 7488, 7711)*/
                TUNER_TEMIC_4039FR5_NTSC            21  /* incl. FM radio (3X 7246, 7578, 7732)*/
                TUNER_TEMIC_4046FM5                 22  /* you must actively select B/G, D/K, I, L, L` !  (3X 7804, 7806, 8103, 8104)*/
                TUNER_PHILIPS_PAL_DK            23
                TUNER_PHILIPS_FQ1216ME            24  /* you must actively select B/G/D/K, I, L, L` */
                TUNER_LG_PAL_I_FM            25
                TUNER_LG_PAL_I                26
                TUNER_LG_NTSC_FM            27
                TUNER_LG_PAL_FM                28
                TUNER_LG_PAL                29
                TUNER_TEMIC_4009FN5_MULTI_PAL_FM    30  /* B/G, I and D/K autodetected (3X 8155, 8160, 8163)*/
                TUNER_SHARP_2U5JF5540_NTSC          31
                TUNER_Samsung_PAL_TCPM9091PD27         32
                TUNER_MT2032                 33
                TUNER_TEMIC_4106FH5             34  /* 4106 FH5 (3X 7808, 7865)*/
                TUNER_TEMIC_4012FY5            35  /* 4012 FY5 (3X 0971, 1099)*/
                TUNER_TEMIC_4136FY5            36  /* 4136 FY5 (3X 7708, 7746)*/
                TUNER_LG_PAL_NEW_TAPC           37
                TUNER_PHILIPS_FM1216ME_MK3          38
                TUNER_LG_NTSC_NEW_TAPC           39
                TUNER_HITACHI_NTSC               40
                TUNER_PHILIPS_PAL_MK             41
                TUNER_PHILIPS_ATSC               42
                TUNER_PHILIPS_FM1236_MK3         43
                TUNER_PHILIPS_4IN1               44  /* ATI TV Wonder Pro - Conexant */
                TUNER_MICROTUNE_4049FM5          45
                TUNER_LG_NTSC_TAPE               47
                TUNER_TNF_8831BGFF               48
    ================================================================================================
    FINAL NOTE:
    If your device isn't known, add it to usbvision_device_data and usbvision_table in usbvision.h.
    You can speed up tuner detection, when adding "options tuner addr=your_addr" to /etc/modules.conf.
    If your device isn't known, edit line (modprobe usbvision CustomDevice="0x0573 0x4D31 0 7113 3 PAL 1 1 1 5 -1 -1 -1 -1 -1")
    in 'usbvision.rc' file then 'usbvision.rc start'
    also edit "etc/rc.d/init.d/usbvision" if you use it
    Please tell me your experience ([email protected]), or contact ([email protected]).
    =============================================================
    As described it is a PAL device.  There are options for TV included.
    I am interested in single frame capture and video stream capture via the camera input connectors(NTSC-stereo audio).  My camera is a PIXERA and has video NTSC output.
    The following is reference to the USBVISION tar.gz which seems to require ZORAN in the kernel.  It used to be called ZORAN/NOGATECH. 
    It would seem necessary to enable ZORAN in the latest kernel in order to implement the device.  Other requirements are likely as well.
    Perhaps a pkg could be built but certainly seems a big challenge!
    My DVC80 is recognized in USB.
    Hopefully, it can be done in arch!
    EDIT:The tar.gz reference below:
    file:///root/Desktop/usbvision-0.9.8.2.tar.gz

    I use this one with Windows 7:http://www.chronos.com.tw/Product/E/2/USB%20Movie%20Editor/USB%20Movie%20Editor.htm
    It worked bad with out of box Windows 7.
    But after all updates it works very well and stable.
    A nice thing is that it has little USB extender cable included. So it is less harmful for laptop usb port.

  • Dazzle DVC100 Causing FME to crash

    So I'm having an issue using the Dazzle DVC100 device with Flash Media Encoder.  I've tried both programs on their own, the DVC100 on ustream and the FME with my laptop's webcam, and both seem to be in perfect working order.  However, as soon as I select this device in FME, the program simply closes, with no error message of any kind.  I've checked the drivers for the DVC100, and have the most recent FME version.
    Any help with this issue would be greatly appreciated.

    It is amazing that I have had the same problem for the last few days.  Every time I clicked on the dazzle in the pull down, it changed to a black screen and then disappeared.  I had gotten the drivers from the internet and this became suspect.  I then had to buy an exterior cd drive because the computer I have is so small that it didn't have an internal drive.  I bought that and I put in the CD that came with the Dazzle and the same thing happened. So one down.  The next possibility was that it was the fmle itself.  I used to use the 2.5 so I tried downloading it and it worked!!!  Now, I have the final question of whether the fmle 3 was corrupted and if I download another one, will it work.  I didn't have the time tonight to try it.  I am not a professional by any stretch so please take this information for what it is worth.   Thanks, Jim

  • Dazzle dvc 90 on mac

    Hello there. I have a Dazzle DVC 90 usb 2.0 video capture device. I know it works on PC because I have used it on a PC, but will it work if I plug it into my mac? I really would like to use it on my mac. Is there a good video capture device that would be a better choice for my mac? Any advice would be appreciated. Thanks

    Hi,
    I have a Dazzle DVC 150 which unfortunately only works for Windows. I looked for Mac driver but they son't seem to exist. So I guess that is the same for your DVC 90.
    A good choice for the Mac is the EyeTV product suite from Elgato (www.elgato.com). Perhaps the cheap EyeTV EZ is a good choice for you. I bought the more expensive EyeTV 200 and am very happy with it
    Peter

  • How can you get Premiere Elements to recognize hardware.  It will NOT recognize my Dazzle Video Capture device or either of two HP DVD burntes. I feel like I wasted my money.

    That should have read, It will NOT recognize my Dazzle device or either of 2 HP DVD burners.

    TNTerri
    What version of Premiere Elements are you using and on what computer operating system is it running?
    If Premiere Elements 13, please be advised that it does not support DV or HDV capture firewire. And, any USB devices
    have never worked for that purpose for Premiere Elements (any version).
    As for the burner not being recognized in the Burner Location field of burn dialog of the program, please consider
    (if you are dealing with DVD CD burner rather than a Blu-ray DVD CD burner.
    CD, DVD drive not recognized after Adobe application install | Windows
    Depending on how matters progress, you may want to do an uninstall reinstall using the following scheme
    Uninstall, the usual Control Panel way
    Do a free ccleaner run through to get rid of leftovers from incomplete installs reinstalls
    CCleaner - PC Optimization and Cleaning - Free Download
    Reinstall with antivirus and firewall(s) disabled.
    We might even involve later a deletion of the Adobe Premiere Elements Prefs file and, if necessary, the whole Folder in
    which it exists. More on the latter later.
    ATR

  • My dazzle drivers won't install

    I have a Dazzle DVC 100 and it plugs in and the laptop (HP Pavillion TouchSmart, Windows 8) scans it fine. However when i try and update the drivers it won't install even though i have the right drivers downloaded! When i try to install the drivers by
    their wizards it comes up with an error screen that says that the install was interupted. Please help!

    Hi,
    What is the detailed error message? And anything valuable recorded in the event?
    You can first try:
    Temporarily turn off security software.
    Re-download the driver, install again.
    If fail again, Install the driver in safe mode:
    Start your computer in safe mode
    http://windows.microsoft.com/en-in/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7
    And just as ZigZag3143x said, it is also recommended to contact pinnacle support.
    http://corel.force.com/pinnacle?lang=en
    NOTE
    This response contains a reference to a third party World Wide Web site. Microsoft is providing
    this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.
    Regards,
    Yolanda
    Yolanda
    TechNet Community Support

  • Sony CCD-TRV308 to dazzle bridge to imovie

    ok I have an old sony trv308 camera that I have some video that I want to get to move to my computer to a dvd. First problem was my final cut express 2.0.3 would not work on my new mac, then I thought imovie. so I tried and the program will not recognize my dazzle bridge I have the video camera into the dazzle then have a fire wire out and to my computer. I think the set up is right but I get nothing. Any ideas? on how to get this to work or do I need to set up my old computer again to do this? Thanks

    Are you using the DV Converter setting?
    Please give your full system specifications, what computer, what drives, what camera or deck, how everything's connected, what settings are on the media, what settings you're using in Final Cut, and finally what version of the software, of the OS, and of QuickTime are you using?

  • Dazzle/video grapper - will it work?

    Hi all
    I have an old Pinnacle Dazzle digital video creator 90.
    My question: Is there any way I can get to work on a mac? I have been unable to find a driver for it.
    Any suggestions?
    When I plug it in, nothing happens.
    Morten

    Hi C
    Sorry You had to wait. Took a while to make a test environment (iLife6 was
    late).
    Now I've tested my Canopus ADVC-300 (have no 110) and Mac OS X.4.5
    QT 7.0.4 and iMovie 6.0.1.
    Result: Worked like a Charm.
    If You consider buying a new one. Look at the 300 - and more so if You have
    old VHS or other analog tapes. They often have drop-outs and I get the
    feeling of that this one fix it one way or another. I'm very impressed.
    Yours Bengt W

  • Premere CC Capture settings with Pinnacle Dazzle HD DVD Recorder

    Can I use the  Pinnacle Dazzle HD DVD Recorder to transfer my old DV tape to Premiere CC  to edit?
    I see a dazzle in the drop down capture window, but nothing comes in the capture window when I play back the video,
    the same thing happens with old VHS tape.
    I am using Windows 8.1

    Found an old thread from when I was setting up this computer for this a few months back ... for a "modern" Windows (7/8) you need a Firewire 800 port on the computer, the 9-pin squarish-rectangle one, not the earlier 6-pin narrow horizontal port with a v-out on one side. The cameras nearly all have the little " iLink" style receptacle, a small 4-pin metal fitting with a small divot in the middle of one long side. You need a 4-pin to 9-pin cord to connect to the computer, and putting any combo involving a 6-pin plug & adapters will not work. There's a little Vantec PCIe card from Newegg I got that had the right connection and installed easily, for $34 USD.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16815287011
    This worked perfectly as soon as I had the correct cord ... 4-pin to 9-pin.
    However, someone else showed how to work through Window's arcane system to get to a Legacy Driver option ... and once I'd rolled back the Firewire controller to the Legacy driver, any old cord would work to either the 6-pin Firewire 400 or 9-pin Firewire 800 port.
    Legacy driver is found in Win7 through:
    Control Panel/Device Manager/IEE1394 Bus Host Controllers/Properties/Driver/Rollback Driver/ and a couple other steps. But just for you ... I found the Windows 8 page from Microsoft on how to get legacy IEE1394 drivers that should help you:
    I hope in all the above data-dumping you'll find what you need to get this working.
    Neil

  • Dazzle video capture cards (DC 100)

    Please tell me where I may find drivers for dazzle capture cards ? (DC 100)
    (Also possibly driver for Liquid Edit. Pro break-out box....-capture unit...? )

    hartotex7421
    What version of Premiere Elements are you using and on what computer operating system is it running on?
    What do these drivers have to do with Premiere Elements (any version)?
    If you are involved in DV or HDV capture into the Premiere Elements Capture Window, you need a firewire connection.
    Please give more details.
    Thank you.
    ATR

  • I need help with the Pinnacle Dazzle DVD recording software. Please help :D

    I have recently bought a Platinum Pinnacle Dazzle DVD Recorder, this device allows me to record gameplay from my PS3 and put it onto my iMac (Capture Card) I nought the Windows version of the software and I need the iMac compatible one but I don't want to go into the shop and spend another £50 on it when I already have the Hardware. Does anyone use Dazzle too? To record their gameplay.
    All I need is a Dazzle DVC100 Driver to help run the hardware. I have it connected and it all works, just need to view it on my iMac now. Any advice?
    If all else fails, i'll just have to go and buy an iMac compatible one.
    Also, what software would you recommend for editing, I intend on making a Montage (A video clip of my best gameplay on Modern Warfare 2 with some nice editing)
    P.S. I'm only new to this, but I am 16, and I have an A in my GCSE ICT, so I know a good bit about computers.

    Of course iMovie is basic, it is aimed at the home and casual user who wants to put holidays and the kid's birthday party on to a DVD and send it to Grandma. It certainly comes with more transition effects than I would ever use.
    Why?
    Go watch a major, big budget film. Do you see a transition everytime the scene changes?
    No. It is 99.9% hard cuts.
    Movie making is about telling a story, not bombarding the audience with twirling "effects". They will soon get bored or irritated with that and never watch it again.
    Now, if you want something more advanced, start with [Final Cut Express|http://www.apple.com/finalcutexpress> and when you are ready, move up to the [Studio|http://www.apple.com/finalcutstudio> version. Both have plenty of transitions and there are thousands of plugins available. I don't use most of those either -the interesting tools are those for color correction, keying and compositing. Those are what makes the finished product look polished.

  • Video capture - Dazzle DVC 120

    Hi. I'm a new Mac Mini owner after years of using Windows and Linux. I sold my Win XP laptop and jumped in head first. Like many before me, I'm both impressed with what I'm finding and also having a hard time with some aspects of converting.
    One problem right now is my teenage son reading me the riot act because he doesn't have my laptop anymore to capture video using his Dazzle DVC 120. I got the Mac Mini thinking it would be small enough to put in the other room once in awhile when he wanted to do this.
    The Mac is tied into the TV and works fine using the Apple SVideo adapter, but so far we cannot figure out how to get OS X to recognize the Dazzle. Can this device work under OS X and what simple (read free/cheap) app can he use to capture? I thought maybe the iMovie HD might do this?
    Is my first problem just finding a driver?
    Thanks!

    Mark--
    It's probably a question best answered by the manufacturer itself (Pinnacle Systems), but it looks like it's Windows-only. What possible reasons they might have for keeping it that way, who knows. Most peripherals nowadays (printers, cameras, disk drives, etc.) are platform-indifferent; a few still are not. However, there are other video recorders/converters that are Mac-compatible. One very good one is EyeTV by El Gato:
    http://www.elgato.com/index.php?file=products_eyetvmain&PHPSESSID=61fea74ad841cb b0a7fbf15469c2847a
    Another is the ADVC110 by Canopus:
    http://www.canopus.us/US/products/ADVC110/pm_advc110.asp
    I'm sure having to buy a new video converter wasn't part of your plan, but it may have to come to that.
    --Kevin

  • FMLE crashing with Dazzle 100

    Hello,
    I'm using FMLE 3.2 with windows 7 32 bit and pinnacle dazzle. First of all FMLE is not recognized dazzle as audio device, but I think there is driver
    problem. Second problem is when from FMLE swithching to video input Dazzle programm is crashing wihtout messages. Also nothing in log files !
    Only workaround are disable both video previews in FMLE.
    Why that ? How can it be fixed?

    no other alternative with dazzle. FMLE does not support dazzle cards so I am surprised it even works in FMLE

  • Lenovo 3000C100 and Dazzle DVD Recorder incompatibility

    Greetings,
    I recently installed the Dazzle DVD Recorder hardware and software to digitilize my SECAM old videocassettes (analogic source) using a USB connection and Pinnacle Instant software.
    But the program crashes everytime I try to burn the video onto a blank DVD. Pinnacle support services seem unable to find a suitable solution even after trying out their advice (shut down resident programs, update graphic and audio drivers, etc)...
    A question is: which USB connectors are USB2 on my laptop and which are not? Because Dazzle only works with USB2...
    And how to update the CD/DVD rom drive?It might be the problem (hardware)
    Has anybody got the same problem?
    It is interesting to note that the same problam happens with Windows Vista Home Edition Premium on an office-bases ACER PC...
    Thank you..

    Do a search for MPEG-2 to QuickTime.
    DVD's use MPEG-2 for compression and playback. Converting them for editing does involve some extra software and $$ but can be done.

  • Can Leopard by installed on a remote drive?

    I have talked to Apple and found that the Dazzle unit I want to use, only has leopard drivers. I use Snow Leopard on my new MacBook Pro. In order to use this unit they sugges tthat I use a remote drive to use the Dazzle. My question is, do I need a new partition on my current drive to make this happen or can it be stored on the remote drive?
    Thank for any help.
    maicoman

    Hi maicoman,
    It depends... how new (or old) is your machine? Apple designs their machines around a driver set that is specific to a certain build OS X, because of that you won't be able to go back to a previous version of OS X than what was originally shipped on your machine.
    An example: If your machine arrived running OS X 10.6.4 and you tried to reinstall OS X with a retail disc of Snow Leopard that was 10.6.2 then you'd most likely have significant performance issues or worse, an immediate kernel panic on startup.
    If your machine shipped with Snow Leopard it will not be able to run Leopard. But if it shipped with Leopard and you upgraded to Snow Leopard then you'd be able to run Leopard, again following the same rule of versions.
    You can install Leopard onto a second partition on your internal HD or onto an external HD.

Maybe you are looking for

  • IPhone 5 says fully charged, even though its only at 34%?

    My original iPhone 5 charger broke. An internal wire had split, so I purchased a new charger. It was working fine (from flat battery to 34%) and then it stopped and showed the fully charged icon (the little plug image inside the battery in the top ri

  • Sound Blaster Cinema with z87 g45

    Hi to all. I have the z87 g45 motherboard and I can't use Sound Blaster. When I open it, there's this text: Quote The current audio device is disabled, not present, not supported by the application, or has unplugged jack connestions. Do you want to s

  • Payment being taken despite cancellation?

    Payment is still being taken (2 extra months) since I deleted Photoshop. I went onto "manage account" but it is not listed as an app, yet the money keeps coming out my account each month for Photoshop. Can anyone tell me how this can be cancelled and

  • Watching PC film on TV

    Hi, new to this Board - wonder if you could help please! I have a Lenovo 3000 J105 Desktop and wondered whether this supports S-video? If not, how can I watch films on my PC via HD Television. Thanks

  • Expense Reimbursement Groups - France

    Hi, into the documentation related to the August release (i.e.: WHATS_NEW_ALL_en.pdf) is mentioned that for Country France it's now possibile to claim per diem rates for meals and lodging on a trip. I've activated into the Project Scope the country F