Closed wasndas closed 2 years ago
Currently lvmcam list
command is unavailable, instead you can use lvmcam show all
.
You can start lvmcam as follows. If you still were in trouble with starting lvmcam, please let me know.
Start directly
$ lvmcam start --debug
Use docker image
$ poetry run container_start --kill --name=lvm.cam
Currently
lvmcam list
command is unavailable, instead you can uselvmcam show all
.You can start lvmcam as follows. If you still were in trouble with starting lvmcam, please let me know.
- Start directly
$ lvmcam start --debug
- Use docker image
$ poetry run container_start --kill --name=lvm.cam
If everything is fine, you can get an image by using a below command.
$ clu
lvmcam connect -n lvm.sci.agw.cam
lvmcam expose 5 1 lvm.sci.agw.cam
Currently
lvmcam list
command is unavailable, instead you can uselvmcam show all
.You can start lvmcam as follows. If you still were in trouble with starting lvmcam, please let me know.
- Start directly
$ lvmcam start --debug
- Use docker image
$ poetry run container_start --kill --name=lvm.cam
I'm sorry. I forgot to say that for connecting skymakercam, you have to flag --virtual
option when starting lvmcam using docker image.
$ poetry run container_start --virtual --kill --name=lvm.cam
And if you want to start lvmcam directly, you have to change python/lvmcam/etc/camtype.yaml
file as follows.
camtype:
araviscam: False
skymakercam: True
done
Tried it with and without config file. poetry run lvmcam -v start --debug poetry run lvmcam --config=python/lvmcam/etc/cameras.yaml -v start --debug
The result is always: