Jump to content
Sign in to follow this  
Delphied

Recording via USB HDMI Capture Device

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×