Skip to content

Commit b16cc36

Browse files
docs: remove a comment about vision camera integration
1 parent edf2008 commit b16cc36

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

docs/docs/03-hooks/02-computer-vision/useClassification.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Images from external sources are stored in your application's temporary director
6060

6161
## VisionCamera integration
6262

63-
For real-time classification on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and returns `{ [category: string]: number }`.
64-
6563
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
6664

6765
## Example

docs/docs/03-hooks/02-computer-vision/useImageEmbeddings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ To run the model, use the [`forward`](../../06-api-reference/interfaces/ImageEmb
6767

6868
## VisionCamera integration
6969

70-
For real-time embedding on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and returns `Float32Array`.
71-
7270
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
7371

7472
## Example

docs/docs/03-hooks/02-computer-vision/useOCR.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ To run the model, use the [`forward`](../../06-api-reference/interfaces/OCRType.
5454

5555
## VisionCamera integration
5656

57-
For real-time text recognition on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and returns `OCRDetection[]`.
58-
5957
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
6058

6159
## Detection object

docs/docs/03-hooks/02-computer-vision/useObjectDetection.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ function App() {
109109

110110
## VisionCamera integration
111111

112-
For real-time object detection on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and returns `Detection[]`.
113-
114112
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
115113

116114
## Supported models

docs/docs/03-hooks/02-computer-vision/useSemanticSegmentation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ function App() {
117117

118118
## VisionCamera integration
119119

120-
For real-time segmentation on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and returns the same segmentation result object as `forward`.
121-
122120
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
123121

124122
## Supported models

docs/docs/03-hooks/02-computer-vision/useStyleTransfer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ function App() {
100100

101101
## VisionCamera integration
102102

103-
For real-time style transfer on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and always returns `PixelData`.
104-
105103
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
106104

107105
## Supported models

docs/docs/03-hooks/02-computer-vision/useVerticalOCR.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ To run the model, use the [`forward`](../../06-api-reference/interfaces/OCRType.
6262

6363
## VisionCamera integration
6464

65-
For real-time text recognition on camera frames, use `runOnFrame`. It runs synchronously on the JS worklet thread and returns `OCRDetection[]`.
66-
6765
See the full guide: [VisionCamera Integration](./visioncamera-integration.md).
6866

6967
## Detection object

0 commit comments

Comments
 (0)