Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone please tell me how to access HIK Vision ip camera in c# desktop application? I need to get a live stream from ip camera and then further process this incoming stream.
Thanks
Posted

 
Share this answer
 
Comments
shoaibhassan404 22-Oct-13 1:40am    
using the code provided in this link, when i reach at line
Bitmap bmp = (Bitmap)Bitmap.FromStream(new MemoryStream(buffer, 0, total));
it gives me error "Parameter is not valid"
Member 11467292 18-Jan-18 7:14am    
same error I get
WE used Hikvision IP Camera With .Net Code and its for Weighbridge Software With CCTV,

please let me know your problem and what kind application you used this solution.

www.imagicsolution.com

thanks.
 
Share this answer
 
Comments
Member 11467292 18-Jan-18 7:13am    
Hi Vijay have you used any sdk to connect with c# .net code
Member 12656208 9-Jul-19 0:09am    
Hello, I want to integrate Hikvision's camera's video stream in my C# web application. How it can be possible?

Thanks
Vivek
If you are not averse to use a third party .NET SDK, it is worth to take a look at the following guide: How to connect to an ONVIF camera and display the image in C#[^]


This camera software supports HIKVISION cameras: more information on how to connect to your Hikvision IP camera[^].
 
Share this answer
 
Comments
Member 12656208 9-Jul-19 0:10am    
Can I integrate this on C# Web application?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900