Skip to content

Commit 6a46f15

Browse files
authored
update to last changes
1 parent 8e3c178 commit 6a46f15

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ This service has to be called with the following calll-parameters:
5757
| exclude | list of files to exclude in conversion |optional |
5858
| begintimestamp | begin timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
5959
| endtimestamp | end timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
60+
| lasthours | Select only files from last x hours since lastfile in selected timerange| optional, Default=0.0 =>select all files in the timerange |
61+
6062

6163
## File selection
6264

@@ -82,6 +84,9 @@ Files with **creation time** greater or equal then `begintimestamp`wil be select
8284
Only `endtimestamp` is defined:
8385
Files with **creation time** less or equal then `endtimestamp`wil be selected and proccesed for the output file.
8486

87+
The `lasthours` parameter that allows you to select only the latest `x.x` hours from the **latest image** within the given timerange. This parameters allows you to only include the snapshots that are made (for example) the last 2 hours in the fileselection.
88+
**N.B.** The use of the lasthour parameter could give you files that are create before the begintimestamp you defined.
89+
8590
Example for usage:
8691

8792

@@ -101,6 +106,8 @@ Example for usage:
101106
| exclude | list of files to exclude in conversion |optional |
102107
| begintimestamp | begin timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
103108
| endtimestamp | end timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
109+
| lasthours | Select only files from last x hours since lastfile in selected timerange| optional, Default=0.0 =>select all files in the timerange |
110+
104111

105112
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4`
106113

@@ -112,6 +119,8 @@ The file selection function defined by exclude and the timestamps are identical
112119
| exclude | list of files to exclude in conversion |optional |
113120
| begintimestamp | begin timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
114121
| endtimestamp | end timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
122+
| lasthours | Select only files from last x hours since lastfile in selected timerange| optional, Default=0.0 =>select all files in the timerange |
123+
115124

116125
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4`
117126

@@ -194,8 +203,6 @@ The example above selects only the files, from the last 2 hours, since the time
194203

195204
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4` service.
196205

197-
The only addition is the `lasthours` parameter that allows you to select only the latest `x.x` hours from the latest images within the given timerange. This parameters allows you to only include the snapshots that are made (for example) the last 2 hours to display in the camera.
198-
199206
The No. of files and the selected files that the camera is using are available as Attribute and could be examined under the developer tools under the STATES tab.
200207

201208
## Camera services

0 commit comments

Comments
 (0)