Video Tool

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Video Tool

Post by JayG » Tue May 03, 2011 6:37 pm

Using TeeChart 4.1.2011.04193, VB 2010 Express

I am developing on a Windows XP Pro SP3 system, and creating a video using the Video Tool works fine. However, when I try to run the project on 2 other computers, both of which have Windows Vista, I get the following error after calling the StartRecording method:

Exception in AVIMakeCompressedStream: -2147205007

I'm guessing it has something to do with codecs and/or video drivers, but I'm not sure how to determine what the problem is. Can anyone offer suggestions?

Jay

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Video Tool

Post by Sandra » Wed May 04, 2011 8:12 am

Hello Jay,

I recommend you downloading latest codes from http://www.xvid.org/ so I think that these can help you to solve your problem with Vídeo Tool. Can you please confirm this solves the issue at your end?

I hope will help.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Re: Video Tool

Post by JayG » Wed May 04, 2011 10:26 pm

I installed the Xvid codec on my development system and one of the systems that is generating the error. It did not fix the problem (I didn't really expect it to solve the problem, it is just an MPEG-4 codec). Is there anything I can do to get a more descriptive error code than "Exception in AVIMakeCompressedStream: -2147205007"?

Here is my code:

Code: Select all

VideoTool = New Steema.TeeChart.Tools.VideoTool
TChart1.Tools.Add(VideoTool)
VideoTool.StartRecording(SaveFileDialog1.FileName)
Do Until TChart1.Axes.Bottom.Minimum >= StartDateTime + (CDbl(DurationString) / 24.0)
    TChart1.Refresh()
    TChart1.Axes.Bottom.Scroll(ScrollAmtUpDown.Value / 1440, False)   'scroll right
Loop
VideoTool.StopRecording()
Am I missing some property settings or method calls?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Video Tool

Post by Sandra » Thu May 05, 2011 8:57 am

Hello JayG,

Could you confirm us, if this Exception Error: "Exception in AVIMakeCompressedStream: -2147205007", appears too using Demo Project Example: All Features\Welcome !\New Chart Tools\Video Tool? If you can't reproduce Exception in demo project, please arrange to us a simple project because we can reproduce exactly your problem here and try to solve it.


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Re: Video Tool

Post by JayG » Fri May 06, 2011 7:00 pm

I do get the error with the Demo Project.

I did a little more testing with the demo project, and here are the results:

Windows XP 32-bit: works OK (tried several systems)
Windows Vista 32-bit: works OK (tried 1 system)
Window 7 32-bit: works OK (tried 1 system)
Windows Vista 64-bit: Error (tried 2 systems)
Windows 7 64-bit: Error (tried 1 system)

I don't have 64-bit editions of WIndows XP to test.
The 2 Vista 64-bit systems that I am getting the error on are also almost identical hardware, but the Windows 7 64-bit system is completely different.

It does seem to point to 64-bit Windows causing the problem.

Jay

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Video Tool

Post by Sandra » Mon May 09, 2011 2:07 pm

Hello Jay,

I am afraid that VideoTool doesn't support X64 systems, for the moment. I have added your this request in wish-list with number(TF02015563) to be considered inclusion in next versions of TeeChart.Net.
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply