looping my own avi
Posted: 05 June 2008 04:09 AM   [ Ignore ]
RankRank
Joined  2008-05-20
Total Posts:  205
Jr. Member

hi all,

ive made my own avi from the webcam and i want it to loop like the samples ones(hard-5point.avi, simple-2point.avi) when i load it with configapp.exe. how do i do dat?

i know it might sound simple but i can’t seems to find the option.

thanks all

Profile
 
 
Posted: 05 June 2008 05:55 AM   [ Ignore ]   [ # 1 ]
Avatar
RankRankRankRank
Joined  2006-11-09
Total Posts:  1017
Administrator

You have to change it in your config.xml which the config application uses.

Here is an example:

<filtergraph>
    <
cvcapture label="capture1">
        <
source value="../tests/hard-5point.avi" />
    </
cvcapture>
    <
mono label="mono2" />
    <
smooth label="smooth3" />
    <
backgroundremove label="background4">
        <
threshold value="50" />
    </
backgroundremove>
    <
rectify label="rectify6">
        <
level value="18" />
    </
rectify>
</
filtergraph>

Source: http://touchlib.googlecode.com/svn/trunk/bin/5point_avi.xml

 Signature 
Profile
 
 
Posted: 10 June 2008 06:53 AM   [ Ignore ]   [ # 2 ]
RankRank
Joined  2008-05-20
Total Posts:  205
Jr. Member

hmm…

i realise that if you are using a 60fps clip it wouldn’t loop but it loops if its a 30fps clip…

i need to convert my 60fps to 30fps clip to make it loop as i was using xbox 360 webcam…

cheers

Profile