clavay

Results 31 comments of clavay

I had the same problem. Reinstalling log2ram solve the problem. Before and after reinstalling this (systemctl --type=service | grep zram) answer nothing. I also use log2ram for another directory.

As I don't have zram installed I don't see the difference. Should it be installed by default with log2ram ?

I think it's not related to zram but having more than one directory in log2ram conf.

I have the same here on a Raspberry Pi 4 : ``` pi@rpi:/opt/Vimba_4_0/VimbaPython/Examples $ python3 list_features.py 'DEV_000F315D31A6' /////////////////////////////////////// /// Vimba API List Features Example /// /////////////////////////////////////// Traceback (most recent call...

I have the same : ``` pi@rpi:/opt/Vimba_4_0/VimbaPython/Examples $ python3 list_features.py DEV_000F315D31A6 /////////////////////////////////////// /// Vimba API List Features Example /// /////////////////////////////////////// Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/vimba/camera.py", line 896, in...

list camera is working : ``` python3 list_cameras.py ////////////////////////////////////// /// Vimba API List Cameras Example /// ////////////////////////////////////// Cameras found: 3 /// Camera Name : Mako /// Model Name : Mako...

I have the same error with the VimbaC example : ``` /opt/Vimba_4_0/VimbaC/Examples/Bin/arm_32bit $ ./ListFeatures /////////////////////////////////////// /// Vimba API List Features Example /// /////////////////////////////////////// Vimba Version Major: 1 Minor: 8 Patch:...

Ok, so we need 3 fields: - BigIntegerField for integers (with the shift technique for unit64), - FloatField for floats, - CharField or TextField for strings. I don't know if...

Ok so finally all the values of a variable will be in only one table.