Skip to content

Installing VisiCam on Raspberry Pi running Arch Linux #4

@peteruithoven

Description

@peteruithoven

I've bin trying to install VisiCam on a Raspberry Pi, this time on Arch Linux:
https://github.com/t-oster/VisiCam/wiki/Raspberry-Pi-installation-(Arch-Linux)

It seems to be installed correctly, I'm able to take snapshots, configure the marker locations. But it can't generate the corrected image. Going to the main page I get the error:

Taking Snapshot...
Finding markers...
Exception in thread "Thread-26" java.lang.UnsatisfiedLinkError: com.googlecode.javacpp.Pointer$NativeDeallocator.deallocate(JJ)V
    at com.googlecode.javacpp.Pointer$NativeDeallocator.deallocate(Native Method)
    at com.googlecode.javacpp.Pointer$NativeDeallocator.deallocate(Pointer.java:145)
    at com.googlecode.javacpp.Pointer$DeallocatorReference.clear(Pointer.java:193)
    at com.googlecode.javacpp.Pointer.deallocateReferences(Pointer.java:202)
    at com.googlecode.javacpp.Pointer.deallocator(Pointer.java:253)
    at com.googlecode.javacpp.Pointer.init(Pointer.java:78)
    at com.googlecode.javacv.cpp.opencv_core$CvSize.allocate(Native Method)
    at com.googlecode.javacv.cpp.opencv_core$CvSize.<init>(opencv_core.java:2525)
    at com.googlecode.javacv.cpp.opencv_core.cvSize(opencv_core.java:2559)
    at com.googlecode.javacv.cpp.opencv_core$IplImage.create(opencv_core.java:419)
    at com.googlecode.javacv.cpp.opencv_core$IplImage.createFrom(opencv_core.java:509)
    at com.googlecode.javacv.cpp.opencv_core$IplImage.createFrom(opencv_core.java:481)
    at com.googlecode.javacv.cpp.opencv_core$IplImage.createFrom(opencv_core.java:478)
    at com.t_oster.visicam.CameraController.findMarker(CameraController.java:105)
    at com.t_oster.visicam.VisiCamServer.serveTransformedImage(VisiCamServer.java:175)
    at com.t_oster.visicam.VisiCamServer.serve(VisiCamServer.java:141)
    at gr.ktogias.NanoHTTPD$HTTPSession.run(NanoHTTPD.java:443)
    at java.lang.Thread.run(Thread.java:722)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions