Delphied 0 Posted February 13 I have a USB HDMI capture device that I would like to record from using Delphi. Currently the device shows in the list of "cameras" When I open the Camera app on Windows 11. I switch to it and hit record then we're off to the races. Would I be able to display this in a form with a drop down to select the USB HDMI capture device and show what it is seeing with start and stop buttons on the form? Also, a save dialog to save it in a particular location. Or would I need a third party component such as: VideoLab RVMedia ImageEn Thanks in advance! Share this post Link to post
Rollo62 550 Posted February 14 PasLibVLC? https://stackoverflow.com/questions/36567287/delphi-paslibvlc-use-without-installing-vlc-player Share this post Link to post
Delphied 0 Posted Monday at 09:37 PM Thanks for the response! Unfortunately, my testing with VLC is not producing a good video capture so I can't use it. But I did find out that TVideoGrabber SDK can do exactly what I am aiming for and works with VCL so I think I am good to go. Thanks again!! Share this post Link to post
Rollo62 550 Posted Tuesday at 11:17 AM 13 hours ago, Delphied said: TTVideoGrabber SDK Thanks for the info. From what I understood, these components came as binary package only, which would be a no-go for me. Can you confirm this, or am I interpreting their specs falsely? Share this post Link to post
Delphied 0 Posted Wednesday at 12:44 AM I believe you are correct, it is binary only (I used their trial copy to test and it was a binary). But I will say support was great and the code is easy to follow. Worked like a charm with 4 lines of code so I am definitely going to order in the next few weeks. Share this post Link to post