Busybeaver42

Results 18 comments of Busybeaver42

I have the same issue: Traceback (most recent call last): File "/usr/local/bin/aucc", line 11, in load_entry_point('avell-unofficial-control-center==1.0.4', 'console_scripts', 'aucc')() File "/usr/local/lib/python3.8/dist-packages/avell_unofficial_control_center-1.0.4-py3.8.egg/aucc/main.py", line 165, in main File "/usr/local/lib/python3.8/dist-packages/avell_unofficial_control_center-1.0.4-py3.8.egg/aucc/main.py", line 104, in __init__...

I get no error if I use following sample: int main(void) { VideoCapture cap(0); if ( !cap.isOpened() ) { cout

Running on notebook with RTX 2070 doesn't work. I have check #56. and it is included and I have changed the CMakeList.txt file: CUDA_NVCC_FLAGS -arch=sm_75;-03;-G;-g;-std=c++11) I try to run bundlefusion...

No, is still not working. Perhaps my NVIDIA Geforce (RTX) 2070 : nvidia-smi [8GB - cuda cores: 2304] has to less memory or BundleFusion need to much. But I don't...

Have a look to: https://github.com/busybeaver42/kv3 It comes with an example for ODAS and kinect azure. It contains the right odas cfg file for the kinect azure mirophone array and the...

Hope you could fix your issue. If you need an example to use the kinect azure microphone array, than have a look to: https://github.com/busybeaver42/kv3

I have the exact same problem, too. the reason is, that ubuntu 18.04 server is an 64 bit system and the lib was compiled for 32 bit system, only. That...

It run below Rasbian Buster (32Bit) and on RPI4 perfect, but I have trouble to install ROS. That was the reason why I turned to Ubuntu 18.04. I want to...

Ubuntu Mate 32 bit 18.04 and 20.04 on RPI4 fail, because both system does not boot. (image files on a 32GB sdcard, via RPI Imager v1.3 imager) I download yet...

It does not work on Ubuntu Server 32Bit, because it was not possible to enable the I2C. I have try out several ways, but at the end I have didn't...