Some questions about ProCamera and File extensions

i have this problem using the extension some help how can get a solution?

let's read the documentation together
unknown

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?

i change my blocks i dont know if now its ok

again the same error

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

i change my code but i cant get the images saved in the route where is my error?

i change the code but i cant get image saved

but i cant get saved images in the route. why?

You are missing a / before your image name, after your directory name.

and you set the Output AFTER you take the picture, not before.

i change using your hints but i get the same results. where is my error?

Move these blocks into the SavedPhoto event

Ftom the documentation


Taifun

i make that but when i go to the route i cant get the images saved. you can see

camrecord.aia (77.7 KB)

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

Screenshot_20240709_102302_DuckDuckGo
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)