-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian stretch vtk6.3 "Segmentation fault" #31
Comments
Hi Joel, what's the configuration / printer setup that you want to run monkeyprint with? Does the segfault occur directly on running or during model loading? Best, |
Oh and yes, the current release contains the VTK6 stuff... |
Hi Paul, Also, I thought it may prove interesting if someone tried opencv's optical calibration techniques by using DLP to print the classic checkerboard pattern onto a flat build plate, compare it to a calibrated sample pattern from a high resolution ink-jet/laser printer, and create a slicer image-layer transform filter to auto-correct distortions in more complex optical setups. Also, I was thinking of trying a full-screen-mode... where the program controls are on a thin tool bar (must mirror graphics/text for rear projection) at the bottom edge of the screen during print-mode. Thus, the bottom 48 pixels are donated to the users GUI, and the top remains an active build area. This would simplify the desktop layout challenges for students wanting to try tweaking the DLP process. This project seems to be the only truly open option around now, and I really like the openCV aspect. Cheers, |
Command:
python monkeyprint.py --sync
Command (variant 2):
python monkeyprint.py --server --sync
Symptom: "Segmentation fault"
OS: Debian Stretch Raspbian hw float
Hints: Seems to occur after the 4 threads initiate
Support libraries (no vtk5.8 in ARM repository at this time):
sudo apt-get install libopencv-core2.4v5 python2.7 python-gtkglext1 python-numpy python-opencv python-imaging python-scipy python-serial python-zmq libvtk6-qt-dev libvtk6-dev python-vtk6 libvtk6.3
I also tried the old kakaroto/vtk6 branch, and it gave somewhat more meaningful error outputs:
vtkOpenGLTexture : No scalar values found for texture input!
I noticed the vtk6 patches are already merged, but is there a specific branch that differentiates from the "robotsinthesun/release" for pi3?
Best regards,
J
The text was updated successfully, but these errors were encountered: