-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrupted video and data. #330
Comments
Hi @Undertone0809. Great that you got it partially working, but did you try building the docker image locally, i.e. |
The run.cmd script is attempting to run a Docker container with the image openworm/openworm:0.9.3. Since this image is not found, it should be updated to use the latest version of the openworm image. We can modify the run.cmd to use the latest image instead of 0.9.3. We can update the script to use openworm/openworm:latest and then suggest running the ./build.cmd to build the Docker image locally. @echo off set OW_OUT_DIR=/home/ow/shared :GETOPTS if not defined DURATION set DURATION=15 echo on docker run -d ^ docker logs -f openworm @echo off |
Perhaps try it with this? Update your run.cmd and build.cmd files with the changes above. |
If this issue is intended to be a bug report, please fill out the following:
Expected behavior
Run
./run.cmd
and it can get data normally.Actual behavior
Actually, I can not run normally by window. First of all, I run
./run.cmd
but it prints the following information.I search the version from docker hub and didn't find v0.9.3 but just the latest version . I change
run.cmd
file to latest. As the following you can see the only change.After that, run
./run.cmd
. It works normally. But the data may get wrong. I open the video but all I can see is just black. I retry but get the same result. I am appreciate it if you can solve my problem.C2_FW_2022-11-16_09-29-38.zip
My current code version is at #328 and my docker info is as follows.
The text was updated successfully, but these errors were encountered: