Preview howto

spacecruft
Jeff Moe 2022-08-23 19:24:09 -06:00
parent ac4133bf0b
commit 9dc5ac7331
1 changed files with 15 additions and 0 deletions

View File

@ -224,6 +224,21 @@ Acquire image, first download archives:
./acquire.py
```
## Preview
This scriptlet isn't in upstream. It does a preview of the camera using the
standard configuration file. So you can get a preview similar to what it actually
looks like for focus, perhaps. Does not require X running, but it does
need `xinit` installed.
Also need to set `X11Forwarding yes` in `/etc/ssh/sshd_config`.
Then login to your host with `-XY` ala:
```
ssh -XY odroidn2
cd stvid
source env/bin/activate
./preview.py
```
# Fixed
When running `acquire.py` on `amd64` architecture it gives this error: