Skip to content

Commit 8cbfa2b

Browse files
committed
delete some samples
1 parent 64932eb commit 8cbfa2b

7 files changed

Lines changed: 17 additions & 305 deletions

File tree

README.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,7 @@ sudo py -3 setup.py build install
101101
```
102102

103103
## Examples
104-
- examples/video
105-
106-
```
107-
python rtsp.py
108-
```
109-
104+
110105
- examples/camera
111106

112107
```
@@ -139,7 +134,6 @@ sudo py -3 setup.py build install
139134
print("BarcodeText:" + textResult["BarcodeText"])
140135
```
141136
142-
```
143137
| TextReuslt | Type |
144138
| --------------------- |-----------------------------------|
145139
| BarcodeFormat | LONG |
@@ -151,9 +145,8 @@ sudo py -3 setup.py build install
151145
| LocalizationResult | Dictionary<LocalizationResult> |
152146
| DetailedResult | Dictionary<DetailedResult> |
153147
| ExtendedResults | List<ExtendedResult> |
154-
```
155148
156-
```
149+
157150
| LocalizationResult | Type |
158151
| --------------------------|-------------------|
159152
| TerminatePhase | LONG |
@@ -177,10 +170,11 @@ sudo py -3 setup.py build install
177170
| ResultCoordinateType | LONG |
178171
| AccompanyingTextBytes | ByteArray |
179172
| Confidence | LONG |
180-
```
173+
181174
182175
```
183176
DetailedReuslt depends on BarcodeFormat:
177+
```
184178
185179
| DetailedReuslt | Type |
186180
| ----------------------------------------------|-------------------|
@@ -197,9 +191,8 @@ sudo py -3 setup.py build install
197191
| DataRegionColumns(DataMatrix) | LONG |
198192
| DataRegionNumber(DataMatrix) | LONG |
199193
| LayerNumber(AZTEC) | LONG |
200-
```
201194
202-
```
195+
203196
| ExtendedResult | Type |
204197
| --------------------------|---------------------------|
205198
| ResultType | LONG |
@@ -213,17 +206,15 @@ sudo py -3 setup.py build install
213206
| Deformation | LONG |
214207
| SamplingImage | Dictionary<IMResultData> |
215208
| Clarity | LONG |
216-
```
217209
218-
```
210+
219211
| SamplingImage | Type |
220212
| -------------------------|-------------------|
221213
| Bytes | ByteArray |
222214
| Width | LONG |
223215
| Height | LONG |
224-
```
225216
226-
```
217+
227218
| IntermediateResult | Type |
228219
| ------------------------------|-------------------|
229220
| DataType | LONG |
@@ -253,10 +244,11 @@ sudo py -3 setup.py build install
253244
| CCMIndex | LONG |
254245
| ScaleDownRatio | LONG |
255246
| FrameId | LONG |
256-
```
247+
257248
258249
```
259250
IMResultData depends on DataType:
251+
```
260252
261253
| IMResultData | Type |
262254
| ----------------------------------------------|-------------------------------|
@@ -271,14 +263,13 @@ sudo py -3 setup.py build install
271263
| ROIId(IMRDT_REGIONOFINTEREST) | LONG |
272264
| Point(IMRDT_REGIONOFINTEREST) | Dictionary<Point> |
273265
| LocalizationRsult(IMRDT_LOCALIZATIONRESULT) | Dictionary<LocalizationResult>|
274-
```
275266
276-
```
267+
277268
| Point | Type |
278269
| ---------------------|-------------------|
279270
| X | LONG |
280271
| Y | LONG |
281-
```
272+
282273
283274
284275
- StartVideoMode(max_buffer, max_results, video_width, video_height, image_format, callback)
@@ -316,7 +307,6 @@ sudo py -3 setup.py build install
316307
errorCode = UpdataRuntimeSettings(settings)
317308
```
318309
319-
```
320310
| RuntimeSettings | Type |
321311
| ------------------------------|-------------------|
322312
| TerminatePhase | LONG |
@@ -354,7 +344,7 @@ sudo py -3 setup.py build install
354344
| RegionMeasuredByPercentage | LONG |
355345
| MinBarcodeTextLength | LONG |
356346
| MinResultConfidence | LONG |
357-
```
347+
358348
- ResetRuntimeSettings()
359349
- SetModeArgument(modesName, index, argumentName, argumentValue)
360350
- GetModeArgument(modesName, index, argumentName)
@@ -363,7 +353,7 @@ sudo py -3 setup.py build install
363353
errorCode = SetModeArgument("BinarizationModes", 0, "BlockSizeX", "3")
364354
argumentValue = GetModeArgument("BinarizationModes", 0, "BlockSizeX")
365355
```
366-
```
356+
367357
| ModesName | ArgumentName |
368358
| ------------------------------|-------------------------------|
369359
| BarcodeColourModes | LightReflection |
@@ -394,7 +384,7 @@ sudo py -3 setup.py build install
394384
| TextFilterModes | MinImageDimension |
395385
| TextFilterModes | Sensitivity |
396386
| TextureDetectionModes | Sensitivity |
397-
```
387+
398388
399389
## Old Functions
400390
```

examples/config.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/qt/README.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/qt/barcode-reader.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

examples/qt/image.tif

-744 KB
Binary file not shown.

0 commit comments

Comments
 (0)