Search found 12 matches
- Wed Nov 28, 2018 7:24 pm
- Forum: RVMedia
- Topic: Installation on Delphi 10.3 Rio
- Replies: 4
- Views: 22507
Re: Installation on Delphi 10.3 Rio
Great news - will this be an update to the trial version as well?
- Wed Nov 28, 2018 5:14 pm
- Forum: RVMedia
- Topic: Installation on Delphi 10.3 Rio
- Replies: 4
- Views: 22507
Installation on Delphi 10.3 Rio
Hi
I'm very interested in your library but need to test it in Delphi 10.3 Rio environment.
Does it support this version yet?
Thanks
I'm very interested in your library but need to test it in Delphi 10.3 Rio environment.
Does it support this version yet?
Thanks
- Wed Aug 03, 2016 10:35 am
- Forum: RVMedia
- Topic: Capturing video and audio from HDMI/USB device
- Replies: 9
- Views: 35041
- Wed Jul 20, 2016 1:07 pm
- Forum: RVMedia
- Topic: Fast Access to Camera Frames
- Replies: 4
- Views: 20804
I've hit a problem integrating the OnGetImage handler into my application. It appears that the 'Img: TRVMBitmap' parameter is freed immediately after the event callback is called. Can you confirm this please? The reason this causes a problem for me is that I want to wake up another processing thread ...
- Mon Jul 18, 2016 9:04 am
- Forum: RVMedia
- Topic: Capturing video and audio from HDMI/USB device
- Replies: 9
- Views: 35041
- Fri Jul 15, 2016 6:56 am
- Forum: RVMedia
- Topic: Fast Access to Camera Frames
- Replies: 4
- Views: 20804
- Fri Jul 15, 2016 6:55 am
- Forum: RVMedia
- Topic: Capturing video and audio from HDMI/USB device
- Replies: 9
- Views: 35041
Yes, it presents to Windows exactly like a standard webcam with a video and audio capture device. So I believe it's the same issue as playing audio from a webcam microphone which is another case that would be great to have a solution for too. I hope you are able to get something working for local ...
- Thu Jul 14, 2016 2:38 pm
- Forum: RVMedia
- Topic: Capturing video and audio from HDMI/USB device
- Replies: 9
- Views: 35041
Capturing video and audio from HDMI/USB device
Hi, I have a Magewell HDMI capture device that runs on USB3 and I would like to simply play the captured video and audio in a simple app. I can see from the demos how the video stream can easily be played, but what about the audio stream? Do I need a TRVMicrophone to connect to the audio stream, and ...
- Thu Jul 14, 2016 2:26 pm
- Forum: RVMedia
- Topic: Fast Access to Camera Frames
- Replies: 4
- Views: 20804
Fast Access to Camera Frames
Hi, I'm thinking of using RVMedia for my application for video capture from USB and IP cameras. The thing is I need fast access to the actual frames being captured, since I have to transfer these to 3D textures to build into another graphical framework. Can you tell me if there is a solution to ...
- Thu Jul 14, 2016 2:18 pm
- Forum: Support
- Topic: TRichViewEdit Redo/Undo and OnChanging event
- Replies: 4
- Views: 17143
- Mon Jun 13, 2016 1:10 pm
- Forum: Support
- Topic: TRichViewEdit Redo/Undo and OnChanging event
- Replies: 4
- Views: 17143
- Wed Jun 08, 2016 10:42 am
- Forum: Support
- Topic: TRichViewEdit Redo/Undo and OnChanging event
- Replies: 4
- Views: 17143
TRichViewEdit Redo/Undo and OnChanging event
Hi, I've been using TRichViewEdit and noticed a possible inconsistency with how the OnChanging event is not triggered before Redo/Undo operations. I noticed this when tracking down some inconsistent behaviour in my app. It seems to me that the event should be triggered. So would it be sensible to ...