Update FRAME_PROCESSORS.mdx
This commit is contained in:
parent
b9d51cd6b4
commit
fb8860313f
@ -18,7 +18,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
|
|||||||
Frame processors are functions that are written in JavaScript (or TypeScript) which can be used to **process frames the camera "sees"**.
|
Frame processors are functions that are written in JavaScript (or TypeScript) which can be used to **process frames the camera "sees"**.
|
||||||
Inside those functions you can call **Frame Processor Plugins**, which are high performance native functions specifically designed for certain use-cases.
|
Inside those functions you can call **Frame Processor Plugins**, which are high performance native functions specifically designed for certain use-cases.
|
||||||
|
|
||||||
For example, you might want to create a QR code scanner **without ever writing native code**, while still **achieving native performance**:
|
For example, you might want to create a QR code scanner **without writing any native code**, while still **achieving native performance**:
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
function App() {
|
function App() {
|
||||||
|
Loading…
Reference in New Issue
Block a user