Has any one got this card working.....Have added to the direct.ini file so config now detects the card is in the system. However just get a failed to locate capture device when I try to use....any help....
I'd have to guess you've added the wrong entries in direct.ini. That said, I dont have any first hand experience with this device, so I cant be positive it is compatible with GB-PVR.
I just got a Dell Dimension E510 and played around with the settings. I finally got the video working with this direct.ini section. I hope this helps others:
(edit: I think I had a finger check on the title. SB: Got the video working with this)
[Angel II TvTuner]
ARCHITECTURE=DVXPERT
INIT_MODE=DEFAULT
INIT_MSP=0
SUPPORTS_FM_RADIO=1
BLACKBIRD=1
CONEXANT=0
FILTER_CROSSBAR=Angel II Crossbar
FILTER_CAPTURE=Angel II MPEG Device
FILTER_TV_TUNER=Angel II TvTuner
FILTER_TV_AUDIO=Angel II TvAudio
FILTER_ENCODER=Angel II Encoder
;FILTER_ENCODER_VIDEO=Angel II Encoder
;FILTER_ENCODER_AUDIO=Angel II Encoder
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_PREVIEW_AUDIO_OUT=Virtual Video In
PIN_CAPTURE_I2S_OUT=Virtual Audio Out
PIN_CAPTURE_656_OUT=Virtual Video Out
PIN_ENCODER_I2S_IN=Virtual Video In
PIN_ENCODER_656_IN=Virtual Audio In
PIN_ENCODER_OUT=MPEG Out
PIN_WRITER_INPUT_IN=Input
OK. It did show video, but I probably should not have posted it as it is not debugged. I notice that these lines appear inconsistent. I used the Emuzed Maui III as my template and 'inherited' these settings:
PIN_CAPTURE_I2S_OUT=Audio Out
PIN_CAPTURE_656_OUT=Video Virtual Out
PIN_ENCODER_I2S_IN=ATI MUX Video YUV Input
PIN_ENCODER_656_IN=Audio In
Which resulted in my coding:
PIN_CAPTURE_I2S_OUT=Virtual Audio Out
PIN_CAPTURE_656_OUT=Virtual Video Out
PIN_ENCODER_I2S_IN=Virtual Video In
PIN_ENCODER_656_IN=Virtual Audio In
But that looks like it should be I2S_IN and OUT should be video and 656_IN and OUT shoudl be audio, the actuals look mixed. Also, when I used GrphEdit there were no I2S or 656 pins for the Angel II card. So I think my direct.ini is a work-in-progress. I hope that it at least can be a basis for someone else to work from.