You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ This service has to be called with the following calll-parameters:
57
57
| exclude | list of files to exclude in conversion |optional |
58
58
| begintimestamp | begin timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
59
59
| 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
+
60
62
61
63
## File selection
62
64
@@ -82,6 +84,9 @@ Files with **creation time** greater or equal then `begintimestamp`wil be select
82
84
Only `endtimestamp` is defined:
83
85
Files with **creation time** less or equal then `endtimestamp`wil be selected and proccesed for the output file.
84
86
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
+
85
90
Example for usage:
86
91
87
92
@@ -101,6 +106,8 @@ Example for usage:
101
106
| exclude | list of files to exclude in conversion |optional |
102
107
| begintimestamp | begin timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
103
108
| 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
+
104
111
105
112
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4`
106
113
@@ -112,6 +119,8 @@ The file selection function defined by exclude and the timestamps are identical
112
119
| exclude | list of files to exclude in conversion |optional |
113
120
| begintimestamp | begin timestamp | optional, format 'mm/dd/yyyy hh:mm:ss' |
114
121
| 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
+
115
124
116
125
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4`
117
126
@@ -194,8 +203,6 @@ The example above selects only the files, from the last 2 hours, since the time
194
203
195
204
The file selection function defined by exclude and the timestamps are identical as in the use with `imagedirectory.create_gif_mp4` service.
196
205
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
-
199
206
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.
0 commit comments