Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npretor authored May 22, 2024
1 parent 11d0bdf commit e572e89
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,3 @@ sudo python3 MotionClientZMQ.py
```
python3 app.py
```



### Camera testing
1. Start the motion server in the docker container. This connects to the motion, and initializes the camera client.
```
sudo docker run --runtime nvidia -it --rm --network=host -v /tmp/argus_socket:/tmp/argus_socket -v ~/github/circuitprinter/:/home/circuitprinter/ dustynv/opencv:r32.7.1
source venv/bin/activate
pip3 install setuptools packaging pyzmq pyserial imagezmq nanocamera
cd home/circuitprinter/src/hardware/
python3 MotionServerZMQ.py
```
2. Run the test workflow script in another script in the container. Images should be saved to the cache folder
```
docker exec -it b0c3ee90d132 /bin/bash
source venv/bin/activate
cd /home/github/circuitprinter/src
python3 Workflow.py
```
3. Test sending, images should be received and saved, but that hasn't been written yet.
# Next steps
- Ignore stitching for now
- Impliment as many features as possible:
- Compare design with scan, highlight top 3 issues
- Use segment anything
- Query the image with mistral?
- Find shorts and breaks
- Short and break strategy
- Create a way to draw on images and correlate with pixels
- Define points to watch the width of

0 comments on commit e572e89

Please sign in to comment.