Page 1 of 1

video capture on modul8

Posted: Wed Nov 22, 2006 5:52 am
by therigster_2002
I am doing a time loop in modul8.
I want to be able to send video capture out into the active layer when i start the module.
I have been researching and trying many ideas that i thought would work.
I ran out of options!
Anyone help!!!!!!!!!!!!!!!!! :shock:

Re: video capture on modul8

Posted: Thu Nov 23, 2006 11:11 am
by yves@garagecube
therigster_2002 wrote:I am doing a time loop in modul8.
I want to be able to send video capture out into the active layer when i start the module.
I have been researching and trying many ideas that i thought would work.
I ran out of options!
Anyone help!!!!!!!!!!!!!!!!! :shock:


On Modul8 2.5, you can use this to select the video media (0 is for the active layer):

modul8.setValue('ctrl_layer_media',128,0)

Yves.