Thanks for your code , I change the component AdvDbImage for JvDbImage and works fine !!!!!
procedure TForm1.Button2Click(Sender: TObject);
var
ImageWrapper: TRVImageWrapper;
Begin
ImageWrapper := RVCamera1.GetSnapShot;
JvDbImage1.Picture.Graphic := ImageWrapper.Bitmap.GetBitmap;
ImageWrapper ...
Search found 3 matches
- Fri Jan 27, 2017 3:40 pm
- Forum: RVMedia
- Topic: Questions about RvMedia with XE7 (Save image to DbImage)
- Replies: 3
- Views: 23738
- Fri Jan 27, 2017 3:34 pm
- Forum: RVMedia
- Topic: Questions about RvMedia with XE7 (Save image to DbImage)
- Replies: 3
- Views: 23738
- Fri Jan 27, 2017 12:55 pm
- Forum: RVMedia
- Topic: Questions about RvMedia with XE7 (Save image to DbImage)
- Replies: 3
- Views: 23738
Questions about RvMedia with XE7 (Save image to DbImage)
Hi for all, thanks for read my question.....
I try save the snapshot in to Dbimage component and show error "[dcc32 Error] Unit1.pas(109): E2010 Incompatible types: 'TStream' and 'TRVImageWrapper'". I no know how solve this problem....I find in the forum but no appear info..... thanks for any ...
I try save the snapshot in to Dbimage component and show error "[dcc32 Error] Unit1.pas(109): E2010 Incompatible types: 'TStream' and 'TRVImageWrapper'". I no know how solve this problem....I find in the forum but no appear info..... thanks for any ...