Ziri

Results 2 comments of Ziri

The same issue exists when using PCL 1.12.1 (All_in_one windows installation). **Exception thrown at 0x00007FFC851AA1BD (vtkRenderingContext2D-9.1d.dll) in 3DVision.exe: 0xC0000005: Access violation reading location 0x0000000000000000.** I was able to save the...

Adding this section to the code solved the problem : #include VTK_MODULE_INIT(vtkRenderingOpenGL2); VTK_MODULE_INIT(vtkRenderingFreeType); VTK_MODULE_INIT(vtkInteractionStyle); VTK_MODULE_INIT(vtkRenderingContextOpenGL2);