Search found 3 matches

by rhernandezb
Fri Jan 27, 2017 3:40 pm
Forum: RVMedia
Topic: Questions about RvMedia with XE7 (Save image to DbImage)
Replies: 3
Views: 15022

Solved !!!

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.Free; ...
by rhernandezb
Fri Jan 27, 2017 3:34 pm
Forum: RVMedia
Topic: Questions about RvMedia with XE7 (Save image to DbImage)
Replies: 3
Views: 15022

Hi, thanks for the information.....I try this code but "graphic" show error

the error is "[dcc32 Error] Unit1.pas(113): E2003 Undeclared identifier: 'Graphic'"


:?:

thanks
by rhernandezb
Fri Jan 27, 2017 12:55 pm
Forum: RVMedia
Topic: Questions about RvMedia with XE7 (Save image to DbImage)
Replies: 3
Views: 15022

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 ...