Ractiv / touch_plus_source_code

Source code for Ractiv Touch+ Software
Other
36 stars 14 forks source link

Missing libs #5

Open Scherady opened 9 years ago

Scherady commented 9 years ago

Hi, I cannot locate the following libraries:

1- are they all need? 2- if yes where can I find them? Thank you

sheley1998 commented 9 years ago

I'm outside at the moment, will have a look once am home.

On Tue, Jul 21, 2015 at 4:44 PM, Scherady notifications@github.com wrote:

Hi, I cannot locate the following libraries:

sheley1998 commented 9 years ago

Hi, these libraries should have been removed a while back. Could you check if you've checked out the latest commit on github? Thanks.

On Tuesday, July 21, 2015, Lai Xue sheley1998@gmail.com wrote:

I'm outside at the moment, will have a look once am home.

On Tue, Jul 21, 2015 at 4:44 PM, Scherady <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Hi, I cannot locate the following libraries:

  • zlibstatic.lib
  • uvc.lib
  • curllib.lib
  • libeay32MD.lib

1- are they all need? 2- if yes where can I find them? Thank you

— Reply to this email directly or view it on GitHub https://github.com/Ractiv/touch_plus_source_code/issues/5.

Scherady commented 9 years ago

Hi,

I have downloaded the package from github 2 days ago, I assume it is the latest version. Here is the complete list of Additional Dependencies from track_plus Property Pages:

dxguid.lib;ole32.lib;strmiids.lib;uuid.lib;opencv_core249.lib;turbojpeg.lib;opencv_highgui249.lib;opencv_imgproc249.lib;opencv_video249.lib;opencv_flann249.lib;opencv_nonfree249.lib;opencv_features2d249.lib;eSPDI.lib;eSPAEAWBCtrl.lib;zlibstatic.lib;uvc.lib;curllib.lib;libeay32MD.lib

Thanks

sheley1998 commented 9 years ago

The issue has been fixed, could you download the latest version of the source code and try again? Thanks!

On Wed, Jul 22, 2015 at 12:57 PM, Scherady notifications@github.com wrote:

Hi,

I have downloaded the package from github 2 days ago, I assume it is the latest version. Here is the complete list of Additional Dependencies from track_plus Property Pages:

dxguid.lib;ole32.lib;strmiids.lib;uuid.lib;opencv_core249.lib;turbojpeg.lib;opencv_highgui249.lib;opencv_imgproc249.lib;opencv_video249.lib;opencv_flann249.lib;opencv_nonfree249.lib;opencv_features2d249.lib;eSPDI.lib;eSPAEAWBCtrl.lib;zlibstatic.lib;uvc.lib;curllib.lib;libeay32MD.lib

Thanks

— Reply to this email directly or view it on GitHub https://github.com/Ractiv/touch_plus_source_code/issues/5#issuecomment-123562497 .

Scherady commented 9 years ago

Hi, I just downloaded now and compiled the sources files, the problem persists. Here is the list of the additional libs: dxguid.lib;ole32.lib;strmiids.lib;uuid.lib;zlibstatic.lib;uvc.lib;curllib.lib;libeay32MD.lib;ssleay32MD.lib;opencv_core249.lib;turbojpeg.lib;opencv_highgui249.lib;opencv_imgproc249.lib;opencv_video249.lib;opencv_flann249.lib;opencv_nonfree249.lib;opencv_features2d249.lib;eSPDI.lib;eSPAEAWBCtrl.lib;%(AdditionalDependencies) Thank you

sheley1998 commented 9 years ago

Seems like there's something wrong with my gitignore settings, I'll try to get it fixed ASAP. In the meanwhile, could you try removing the additional dependencies that were not included?

On Wed, Jul 22, 2015 at 5:48 PM, Scherady notifications@github.com wrote:

Hi, I just downloaded now and compiled the sources files, the problem persists. Here is the list of the additional libs: dxguid.lib;ole32.lib;strmiids.lib;uuid.lib;zlibstatic.lib;uvc.lib;curllib.lib;libeay32MD.lib;ssleay32MD.lib;opencv_core249.lib;turbojpeg.lib;opencv_highgui249.lib;opencv_imgproc249.lib;opencv_video249.lib;opencv_flann249.lib;opencv_nonfree249.lib;opencv_features2d249.lib;eSPDI.lib;eSPAEAWBCtrl.lib;%(AdditionalDependencies)

Thank you

Reply to this email directly or view it on GitHub: https://github.com/Ractiv/touch_plus_source_code/issues/5#issuecomment-123645670

sheley1998 commented 9 years ago

Hello, could you help verify whether the problem has been fixed with the latest commit? Thanks in advance.

On Wed, Jul 22, 2015 at 5:51 PM, Lai Xue sheley1998@gmail.com wrote:

Seems like there's something wrong with my gitignore settings, I'll try to get it fixed ASAP. In the meanwhile, could you try removing the additional dependencies that were not included?

On Wed, Jul 22, 2015 at 5:48 PM, Scherady notifications@github.com wrote:

Hi, I just downloaded now and compiled the sources files, the problem persists. Here is the list of the additional libs:

dxguid.lib;ole32.lib;strmiids.lib;uuid.lib;zlibstatic.lib;uvc.lib;curllib.lib;libeay32MD.lib;ssleay32MD.lib;opencv_core249.lib;turbojpeg.lib;opencv_highgui249.lib;opencv_imgproc249.lib;opencv_video249.lib;opencv_flann249.lib;opencv_nonfree249.lib;opencv_features2d249.lib;eSPDI.lib;eSPAEAWBCtrl.lib;%(AdditionalDependencies) Thank you

— Reply to this email directly or view it on GitHub https://github.com/Ractiv/touch_plus_source_code/issues/5#issuecomment-123645670 .

Scherady commented 9 years ago

Hello, I succeeded to compile it; as you recommended I removed those libs then I fixed some additional errors. Now for my application I need to track the 10 fingers while touching the surface. How should I proceed? Please advise. Thank you.

sheley1998 commented 9 years ago

Could you describe what your setup looks like? We might have to enable some experimental functions in the source code.

On Jul 23, 2015, at 6:14 AM, Scherady notifications@github.com wrote:

Hello, I succeeded to compile it; as you recommended I removed those libs then I fixed some additional errors. Now for my application I need to track the 10 fingers while touching the surface. How should I proceed? Please advise. Thank you.

— Reply to this email directly or view it on GitHub https://github.com/Ractiv/touch_plus_source_code/issues/5#issuecomment-123884683.

Scherady commented 9 years ago

I need to have the coordinates of the 10 fingertips while the fingers are taping the surface simultaneously of individually.

sheley1998 commented 9 years ago

Hi, are you trying to do this on a laptop or pointed on a different surface?

On Thu, Jul 23, 2015 at 12:23 PM, Scherady notifications@github.com wrote:

I need to have the coordinates of the 10 fingertips while the fingers are taping the surface simultaneously of individually.

Reply to this email directly or view it on GitHub: https://github.com/Ractiv/touch_plus_source_code/issues/5#issuecomment-123959385

Scherady commented 9 years ago

Preferably on a different surface like a table top.

JerryBocciJr commented 9 years ago

Do you mean, like on a virtual (piano) keyboard?

Scherady commented 9 years ago

Yes; what could work for a virtual keyboard would work for my application, even though my application is not based on a keyboard.