Posted By:
Gerard_Kavanagah
Posted On:
Tuesday, March 26, 2002 10:26 AM
Hi Hope someone can help me, I'm connecting to a bt848 codec and reading in video using the JMF APIs , but the video is in black and white, which I think has something to do with NTSC and I want it to be PAL. Does anybody know how to change this. Also I need to know how to change channel/stream, because I have to read form 4 channels at a time, but at the min I can only read 1. Here is what I am doing at min which picks up channel 3. CaptureDeviceInfo cdi............. ..... ..... dataSource = Manager.createDataSource(cdi.getLocator()); dataSource = initializeCaptureDataSource(dataSource,cdi.getName(
More>>
Hi
Hope someone can help me, I'm connecting to a bt848 codec and reading in
video using the JMF APIs , but the video is in black and white, which I
think has something to do with NTSC and I want it to be PAL. Does anybody
know how to change this.
Also I need to know how to change channel/stream, because I have to read
form 4 channels at a time, but at the min I can only read 1.
Here is what I am doing at min which picks up channel 3.
CaptureDeviceInfo cdi.............
.....
.....
dataSource = Manager.createDataSource(cdi.getLocator());
dataSource = initializeCaptureDataSource(dataSource,cdi.getName(),format);
p = Manager.createProcessor(dataSource);
......
......
Thanx
<<Less