Code Monkey home page Code Monkey logo

makerscanner's People

Contributors

alvaroalea avatar andybarry avatar keithjjones avatar michaelmoskie avatar nlanigan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

makerscanner's Issues

Thank you!!

No issue, just wanted to say thank you for making this available on GitHub! Great project!

Error make Fedora 25

[lewatoto@HPG42 makerscanner]$ ./bootstrap.sh 
configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:6: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation


[lewatoto@HPG42 makerscanner]$ ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for the libgsl library headers... found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENCV... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.0... yes (version 2.8.12)
checking for wxWidgets static library... no
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for inline... inline
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands


[lewatoto@HPG42 makerscanner]$ make
make  all-am
make[1]: Entering directory '/home/lewatoto/Documents/USAC/teraproyectos/escaner3d/makerscanner'
g++  -g -O2    -o makerscanner ActiveStereoApp.o DistanceToReferenceDialog.o ScanThread.o ActiveStereoMain.o Cameras.o PointCloud.o camview.o PointCloudPoint.o CaptureThread.o ScanStatus.o -lopencv_shape -lopencv_stitching -lopencv_superres -lopencv_videostab -lopencv_aruco -lopencv_bgsegm -lopencv_bioinspired -lopencv_ccalib -lopencv_cvv -lopencv_dnn -lopencv_dpm -lopencv_fuzzy -lopencv_hdf -lopencv_line_descriptor -lopencv_optflow -lopencv_plot -lopencv_reg -lopencv_saliency -lopencv_stereo -lopencv_structured_light -lopencv_rgbd -lopencv_surface_matching -lopencv_tracking -lopencv_datasets -lopencv_text -lopencv_face -lopencv_video -lopencv_ximgproc -lopencv_calib3d -lopencv_features2d -lopencv_flann -lopencv_xobjdetect -lopencv_objdetect -lopencv_ml -lopencv_xphoto -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_photo -lopencv_imgproc -lopencv_core -pthread -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 
/usr/bin/ld: ActiveStereoApp.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
ActiveStereoApp.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:443: recipe for target 'makerscanner' failed
make[1]: *** [makerscanner] Error 1
make[1]: Leaving directory '/home/lewatoto/Documents/USAC/teraproyectos/escaner3d/makerscanner'
Makefile:347: recipe for target 'all' failed
make: *** [all] Error 2```

Compile error on Fedora Core 30

g++ -DHAVE_CONFIG_H -I. -I/usr/include/opencv -DPIXMAPS_DIR=""/usr/local/share/pixmaps"" -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -g -O2 -MT camview.o -MD -MP -MF .deps/camview.Tpo -c -o camview.o camview.cpp
camview.cpp: In member function ‘void CCamView::DrawCam(IplImage*)’:
camview.cpp:157:84: error: ‘CV_RGB’ was not declared in this scope
157 | , cvPoint(nCamWidth/2, 0), cvPoint(nCamWidth/2, nCamHeight), CV_RGB( 0,255,0 ));
| ^~~~~~

make[1]: *** [Makefile:477: camview.o] Error 1
make[1]: Leaving directory '/usr/local/src/makerscanner'
make: *** [Makefile:354: all] Error 2
ms-error.txt

Makerscanner on Linux Mint 21 (Ubuntu 22.04)

Hello,
I'm stuck with a dependency problem, installing makerscanner on Linux mint 21 (Ubuntu 22.04) and would be thankful for any hint to resolve it.

I've successfully installed makerscanner on Linux Mint 19.1 (Ubuntu 18.4), following the given instructions:

sudo apt-get install libwxgtk3.0-dev libgsl0-dev libopencv-dev
./bootstrap.sh
./configure
make
sudo make install

With Linux Mint 21 the "libwxgtk3.0-dev" package seems to have been renamed to "libwxgtk3.0-gtk3dev". So when I execute the following steps:

sudo apt-get install libwxgtk3.0-gtk3-dev libgsl0-dev libopencv-dev
./bootstrap.sh
./configure

It doesn't find the opencv library:

checking for opencv >= 2.0... no
configure: error: Package requirements (opencv >= 2.0) were not met:

No package 'opencv' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables OPENCV_CFLAGS
and OPENCV_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Has anyone seen or resolved this issue already?

Can't clone the git

I can't clone the git in Netbeans.
it tels me that there is No make files or configure script were found in folder.

wx widgets error on running makerscanner on ubuntu xenial

starting makerscanner from the command line i get this message printed over and over again to STDERR:

ASSERT INFO:
../src/common/sizer.cpp(380): assert "(m_proportion==0)" failed in InformFirstDirection(): Shaped item, non-zero proportion in wxSizerItem::InformFirstDirection()

Also, this in a GUI popup in front of makerscanner

BACKTRACE:
[1] wxSizerItem::InformFirstDirection(int, int, int)
[2] wxFlexGridSizer::AdjustForGrowables(wxSize const&)
[3] wxFlexGridSizer::RecalcSizes()
[4] wxSizer::Layout()
[5] wxSizerItem::SetDimension(wxPoint const&, wxSize const&)
[6] wxBoxSizer::RecalcSizes()
[7] wxStaticBoxSizer::RecalcSizes()
[8] wxSizer::Layout()
[9] wxSizerItem::SetDimension(wxPoint const&, wxSize const&)
[10] wxBoxSizer::RecalcSizes()
[11] wxSizer::Layout()
[12] wxSizerItem::SetDimension(wxPoint const&, wxSize const&)
[13] wxBoxSizer::RecalcSizes()
[14] wxSizer::Layout()
[15] wxSizerItem::SetDimension(wxPoint const&, wxSize const&)
[16] wxBoxSizer::RecalcSizes()
[17] wxSizer::Layout()
[18] wxWindowBase::Layout()
[19] wxWindowBase::InternalOnSize(wxSizeEvent&)
[20] wxAppConsoleBase::HandleEvent(wxEvtHandler_, void (wxEvtHandler::)(wxEvent&), wxEvent&) const
[21] wxAppConsoleBase::CallEventHandler(wxEvtHandler
, wxEventFunctor&, wxEvent&) const
[22] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler_, wxEvent&)
[23] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler_)
[24] wxEvtHandler::TryHereOnly(wxEvent&)
[25] wxEvtHandler::ProcessEventLocally(wxEvent&)
[26] wxEvtHandler::ProcessEvent(wxEvent&)
[27] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[28] wxWindowBase::HandleWindowEvent(wxEvent&) const
[29] wxWindow::DoSetSize(int, int, int, int, int)
[30] wxWindow::DoSetClientSize(int, int)
[31] wxSizer::Fit(wxWindow_)
[32] ActiveStereoFrame::ActiveStereoFrame(wxWindow_, int) /home/robin/dev/scanner/makerscanner/ActiveStereoMain.cpp:159
[33] ActiveStereoApp::OnInit() /home/robin/dev/scanner/makerscanner/ActiveStereoApp.cpp:35
[34] wxEntry(int&, wchar_t__)
[35] wxEntry(int&, char_*)
[36] main /home/robin/dev/scanner/makerscanner/ActiveStereoApp.cpp:26
[37] __libc_start_main
[38] _start

My knowledge of wx widgets is close to zero, but I guess this is a library version issue. It works fine on Ubuntu Trusty at work, but not on Ubuntu Xenial at home; I wonder if there was a significant change in syntax for a particular function in wx widgets? I'm using libwxgtk3.0-0v5 at home, libwxgtk2.8 at work. Oddly, it built fine on both systems.

error on unplugging PS3Eye while makerscanner is running

If I unplug the camera while makerscanner is running, it hugely slows down the computer and repeatedly prints "VIDIOC_DQBUF: No such device" to STDERR. I guess it's looking for a camera which is no longer there.

The obvious workaround/short-term answer is "don't unplug the camera while makerscanner is running", but it would be good to catch this error and for makerscanner to act gracefully.

Cheers

GTK failing at Debian Stable

(makerscanner:27601): Gtk-ERROR **: 14:30:15.634: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
Trace/breakpoint trap

OpenCV 2.4.2 Issue

I have installed OpenCV 2.4.2 on my computer (Ubuntu 12.04 x86) and built the makerscanner from source. However, when I attempt to execute the makerscanner application the following issue arises:

makerscanner: error while loading shared libraries: libopencv_core.so.2.4: cannot open shared object file: No such file or directory

Does it need another version of OpenCV or 2.4.2 is ok or should the problem be examined from another perspective?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.