Click here to Skip to main content
15,914,481 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi every one,

I am working with VitaminCtrl at Camera IP direct show project. Now I want to record *.avi file by call StartAVIConversion() method but I get an error. the content of error is vshost32.exe has stop working. I don't know what is missing or incorrect. Please help me How to StartAVIConversion() of VitaminCtrl object? When I call it, I always get error "vshost32.exe has stop working".

Thanks in advance!

here is detail informations:

I create a winform application in C#
in Form, i drag a vitaminCtrl an in Form_Load i set some attribute:
C#
axVitaminCtrl1.UserName = "root";
axVitaminCtrl1.Password = "123456";
axVitaminCtrl1.RemoteIPAddr = "172.33.0.228";
axVitaminCtrl1.Connect();


I have two button, first is create record, second is stop record. in click event of first button, i call
axVitaminCtrl1.StartAVIConversion();
but i get error: vshost has stopped working.

Can every one tell me how to start avi record with vitaminCtrl?
Posted
Updated 15-Jul-13 17:21pm
v5
Comments
Sergey Alexandrovich Kryukov 15-Jul-13 22:45pm    
Help with what? "Fix I don't know what"? Sorry, not enough information. (Isn't it obvious?)
—SA
Tuyển Đỗ 15-Jul-13 22:53pm    
thank you. I improved my question. I hope your help.
Sergey Alexandrovich Kryukov 15-Jul-13 22:57pm    
Hardly, unless you go so far to provide code samples and other detail.
—SA
Tuyển Đỗ 15-Jul-13 23:19pm    
I updated my question, do you understand this? if yes, please help me, if No, please tell me why you didn't understand. thanks for your help.
Tuyển Đỗ 16-Jul-13 21:09pm    
Please help me. I'm waiting for you help.

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