i have this problem using the extension some help how can get a solution?
let's read the documentation together
now let's take a look, what you are doing
question for you, does the DirectoryList method provide an image name or does it provide a list of directories?
Taifun
the output say value in text. so its wrong using a list directory to save the images in the rute. so i need to create first a list with a global variable and next call the global variable.
the other question about taifun its assign using the extension a rute for images saved.
pd: i am checking the values and its from 1 to 7 about filter cam, i know now my error. so only i neex use the taifun file in block when save photo
using this block can i create a list of images taken from the camera using the clock?
The AddComponent method exoects an arrangement and not a camera component
Also before taking a picture you should sret the output correctly...1 is not an image name, try 1.jpg
And incrementing a counter without changing the output does not really change anything in the output
Taifun
You are missing a /
before your image name, after your directory name.
and you set the Output AFTER you take the picture, not before.
A directory name is NOT a filename
Also if you use an asynchronous procedure (now FileListAsync), you have to ALWAYS continue with your logic in the corresponding event, which occurs after some procedure finished, else you obviously will get incomplete results
Taifun
so i know my error but how can make to save every image that i generate using the timer?. my block of taifun is wrong. i read the documentation and i cant get exactly what block i need to use for save every image that take picture the timer.
What is your timer interval ?
is for change the velocity of take picture in the timer.
Yes, but what do you have it set to, in milliseconds ?
You had no blocks to initialise the procam extension, plus several other errors, and more work needed, but:Try this, it works for me in companion app:
camrecord_revised.aia (77.8 KB)