From 6dc5025e6908f106d3cb44442560ef461acb0eb2 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 7 Aug 2022 17:49:00 -0600 Subject: [PATCH] position.txt file for acquire --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5c76dad..0fc1cfc 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ echo 'SUBSYSTEM=="video1", GROUP="video", MODE="0660"' | sudo tee /etc/udev/rules.d/10-webcam.rules ``` +Testing with Logitech BRIO usb web cam. No udev configuration needed. + # Usage Enter `virtualenv`, if used: @@ -161,6 +163,14 @@ Get the latest TLEs: ./update_tle.py ``` +Configure a position (example). XXX Best way to generate ? + +``` +echo \ + '2022-08-07T23:44:14 R: 00:00:00.00 D: 00:00:00.0 H: -152.691 A: 180.000 E: 90.000 q: -28.18' | + > data/obs/control/position.txt +``` + Acquire image, first download archives: ```