Search found 1 match

by FrankLoyer
Fri Sep 14, 2018 12:27 pm
Forum: RVMedia
Topic: Snapshot from an axis ip camera stream doesn't work
Replies: 5
Views: 30926

Re: Snapshot from an axis ip camera stream doesn't work

Snapshot no work with XE7 y RVmedia, i test the follow metod, please your help.

procedure TVerPano.RVCamera2GetImage(Sender: TObject; img: TRVMBitmap);
begin

end;
procedure TVerPano.RVCamera2SearchComplete(Sender: TObject; Status: Integer);
begin
RVCamera2.PlayVideoStream;
end;

procedure TVerPano ...