pangolin icon indicating copy to clipboard operation
pangolin copied to clipboard

Python binding of 3D visualization library Pangolin

Results 40 pangolin issues
Sort by recently updated
recently updated
newest added

Hello, thanks for your work! when I execute the make -j8, it gives me these .... data_1/codes/pangolin/src/video/drivers/ffmpeg.cpp: In function ‘std::__cxx11::string pangolin::FfmpegFmtToString(AVPixelFormat)’: /data_1/codes/pangolin/src/video/drivers/ffmpeg.cpp:47:41: error: ‘AV_PIX_FMT_XVMC_MPEG2_MC’ was not declared in this scope...

![image](https://user-images.githubusercontent.com/41910134/107354751-8c19d600-6af4-11eb-8a62-5f4627b1ae61.png)

when I try to make pangolin, I get this error: pangolin/src/display/device/PangolinNSGLView.mm:75:54: error: use of undeclared identifier '_window' this part of code: -(void)reshape 1 { 74 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7 1...

building went wrong, as pangolin/external/pybind11/include/pybind11/detail/common.h:111:20: fatal error: Python.h: No such file or directory

I successfully installed pangolin on my Mac (OSX 11.2.3) and ran the HalloPangolin.py example. It seems that the window shows up, but the content is not visualised. Instead it showed...

I know this is a bit of an old repo, but fixing this would make it much easier for noobies (like me) to figure out how to install this.

Hello, I ran the cmake step for pangolin using the usual steps in a conda base env of python 3.7.4 (my MACOSX is using 3.7.7 from brew), and it detects...

Environment: Windows 10, Visual Studio 2019, Python 3.7.4 64-bit 1. Follow the instructions in `readme.md` 2. When cmake fails to find `vcvarsall.bat`, instead of usual command prompt, use "developer command...

Hi, I have managed to build but when running the sample code I get the following error `'pangolin' has no attribute 'CreateWindowAndBind'` Does anyone know why this is?