Hello!
I have a Hikvision DS-2CD2625FWD-IZS, and I was trying to integrate the SDK into my C# WinForms application (.NET Framework)
All I need is 2 features, show the live preview in my application, and have a button to take a snapshot and save it to a file.
I was able to take the snapshot using
I managed to do it using WebBrowser element, and navigate to the page, inject javascript code to login and make the preview "full screen", but this isn't the best solution.
I was looking to use the SDK and have an element that just display the live preview. I do not want to use RSTP because it's rather slow.
Is it possible to use the SDK to display the live preview in my application?
If not, I'm navigating to
I have a Hikvision DS-2CD2625FWD-IZS, and I was trying to integrate the SDK into my C# WinForms application (.NET Framework)
All I need is 2 features, show the live preview in my application, and have a button to take a snapshot and save it to a file.
I was able to take the snapshot using
http://192.168.10.2/Streaming/channels/1/picture
and from there save the picture into the file. But I'm having issues with the live preview part.I managed to do it using WebBrowser element, and navigate to the page, inject javascript code to login and make the preview "full screen", but this isn't the best solution.
I was looking to use the SDK and have an element that just display the live preview. I do not want to use RSTP because it's rather slow.
Is it possible to use the SDK to display the live preview in my application?
If not, I'm navigating to
http://192.168.10.2/doc/page/login.asp
, do login, and get redirected to http://192.168.10.2/doc/page/preview.asp
, where I need to remove a few elements from the page, is there a different page with only the preview?