ok, I removed everything and compiled newly checked out version
make check passed successfully!

I am starting to get familiar with libavg and also Python from zero. I have plans to build ftir table and applications bult on libavg would be great, as it will be faster and it's runs on linux! I don't like windows and I don't (and do not want to) have windows

so I am starting doing some samples in Getting Started, made some .py and .avg to display two photos of my son and to drag them with mouse.

I checked out also avgremote, which is for getting blobs from camera, as I got it, I am wrong? avg remote wont start:
$ ./startremote.sh
[08-03-24 00:13:40.701] LOGGER: Logging started
Traceback (most recent call last):
 File "/home/zvi/downloads/multi/avgremote/remote.py", line 95, in <module>
   Tracker = Player.addTracker()
Boost.Python.ArgumentError: Python argument types in
   Player.addTracker(Player)
did not match C++ signature:
   addTracker(avg::Player {lvalue}, std::string)
------------
I have USB (v4l) webcam


I wanted to try to move photos by inputs from camera..I don't know whether I will be able to do that, but i thought, using avgremote, I make it... am I wrong here too? :)

I also checked out folder avg_media, with other applications, just to see how they are written, but can not run, c-info.py for example complains:
File "./c-info.py", line 59, in <module>
   Player.addTracker()
Boost.Python.ArgumentError: Python argument types in
   Player.addTracker(Player)
did not match C++ signature:
   addTracker(avg::Player {lvalue}, std::string)
-------------------------------------------

thanks for patience :),
Zvi


Ulrich von Zadow wrote:

I will clean and check out everything again, shouls I remove that 0.6.0 package?

Yes, definitely remove the old package.

Cheers,

   Uli

_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to