It is possible to use the ethoscope to track a recorded video rather than the real-time stream coming from the pi camera. This is the easiest option but also the slowest because it can go as fast as an ethoscope can go.
To do so:
MovieVirtualCamera
. This will open a choice of videos found on the device. Pick the one you want to track. If you cannot find it there yet it is probably because the conversion has not finished yet.A virtual ethoscope (or virtuascope) is an ethoscope that runs on a computer that is not a PI. It is possible to run an ethoscope on the node, for instance, and this will appear in the list along with the other ethoscopes. It can be conveniently used to track offline videos. There are two ways to do so: with the bare code and with a docker container (recommended).
On the node or in fact any other powerful linux computer, navigate to the Docker/virtuascope
folder of the ethoscope project. Then issue the docker compose command
cd /opt/ethoscope-node/Docker/virtuascope/
docker compose up -d
The virtuascope will appear on the node and you will be able to track from there.
On the node: