Movie sequence

버전 1.0.0.0 (6.83 KB) 작성자: Olivier Salvado
Build a movie sequence and generate a avi file
다운로드 수: 2.7K
업데이트 날짜: 2004/9/23

라이선스 보기

Set of 3 functions to generate a movie sequence: CamSeqUpdate, CamSeqGen, and CamSeqPlay.

From a 3D scene in the current windows, the user specifies a series of views by moving the camera with the camera toolbox (CamSeqUpdate). The list of views are then used to generate a continuous sequence by interpolating between the defined views (CamSeqGen). Once a sequence has been generated, it can be payed as a movie and saved in a AVI-file (CamSeqPlay).

usage:

1. [cam] = CamSeqUpdate([]); to initialize the strucure with the current view

2. using the camera toolbar, position the camera for the next view

3. [cam] = CamSeqUpdate(cam,3); add the current view 3 secondes after the previous one in the structure

4. repeat 2./3. until all the views are defined.

5. use CamSeqGen to generate a sequence from the list of views

6. use CamSeqPlay to play the sequence and/or generate an .avi file

The file example shows all the process. See help of each file for more options.

The gui CamSeqGUI streamlines the sequence creation with 4 buttons that call the different functions with default parameters.

인용 양식

Olivier Salvado (2024). Movie sequence (https://www.mathworks.com/matlabcentral/fileexchange/5897-movie-sequence), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Movie에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0