forked from sinara-hw/assembly
20 lines
331 B
Markdown
20 lines
331 B
Markdown
|
# Sinara 6302 Grabber
|
||
|
|
||
|
## JSON
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"type": "grabber",
|
||
|
"ports": [<port num>, <optional port num>, <optional port num>]
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## Testing
|
||
|
|
||
|
```text
|
||
|
*** Testing Grabber Frame Grabbers.
|
||
|
Activate the camera's frame grabber output, type 'g', press ENTER, and trigger the camera.
|
||
|
Just press ENTER to skip the test.
|
||
|
```
|
||
|
|
||
|
**TODO**
|