Ahmet AK
Ahmet AK
Is Teredo involved for gathering that info? Nope, Probably you are using a tunel for IPV6.
Connecting with reconnect srtp key, This={}. Creating nano stream with args videoConfig.WidthInPixels={}, videoConfig.HeightInPixels={}, videoConfig.MaxStreamCaptureSizeInBytes={}, audioConfig.SampleRateInHz={}, audioConfig.BufferSizeInFrames={}, audioConfig.EnableMicrophone={} Connecting to session at {}:{}, with SRTP key ={}, This={}. MicroManager::DisconnectAsync; Reason={}, This={}....
After test basically you can just need to edit setup.py @ line 593 `Extension("pcl.pcl_visualization", ["pcl/pcl_visualization.pyx"], language="c++",extra_compile_args=['-std=c++11'], **ext_args), ` add to setup.py @ line 16 > sys.path.append('./pcl') > sys.path.append('/usr/local/include/vtk-9.0') > sys.path.append('./tests')...
@dragoon000320 try to add path of VTK build to setup.py as exampl add to setup.py @ line 16 > sys.path.append('./pcl') > sys.path.append('/usr/local/include/vtk-9.0') > sys.path.append('./tests')