hi all,
1.recorder = (RecordControl) player.getControl("RecordControl");
here recorder is getting null i.e. device is not supporting interface RecordControl.
but
2.String message = System.getProperty("supports.recording");
is giving true, i.e. recording is supported.
what i m doing is trying to record live video capture from camera.
device: sonyericsson z520i.

Reply With Quote

