logo       

Re: CvAVIWriter error :(: msg#01172

lib.opencv

Subject: Re: CvAVIWriter error :(

many thx

--- In OpenCV@xxxxxxxxxxxxxxx, "nathan043081" <nathanrasmussen@...> wrote:
>
> I ran into this same problem a week ago. CvAVIWriter is not defined.
> What is defined is a CvVideoWriter. All of the AVI writer stuff is
> actually defined using Video instead of AVI. Two of the functions are
> #defined to also work as with AVI in place of Video.
>
> CvAVIWriter = CvVideoWriter
> cvCreateAVIWriter = cvCreateVideoWriter
> cvWriteToAVI = cvWriteFrame
> cvReleaseAVIWriter = cvReleaseVideoWriter
>
> I have found that some version of documentation have things wrong like
> this. I suggest using the WIKI to find correct information as it is
> probably the most up to date.
>
> Nathan
>
> --- In OpenCV@xxxxxxxxxxxxxxx, "alexa2g" <alexa2g@> wrote:
> >
> > i try this
> >
> > CvAVIWriter* writer=NULL;
> >
> > but i get this error ...why? why??
> > 'CvAVIWriter' : undeclared identifier
> >
>









Change settings: http://www.yahoogroups.com/mygroups, select
Get Emails (get all posts)
Daily Digest (one summary email per day)
Read on the web (read posts on the web only)Or Unsubscribe by mailing
OpenCV-unsubscribe@xxxxxxxxxxxxxxx



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise