Skip to content

Commit

Permalink
Downgrade flycaptyre SDK to 2.6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konradb3 committed Dec 3, 2014
1 parent e5272e4 commit 61d9a23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pointgrey_camera_driver/cmake/download_flycap
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ LOGIN_DATA = {

ARCHS = {
'x86_64': (
'https://www.ptgrey.com/support/downloads/10322', (
'flycapture2-2.7.3.13-amd64/libflycapture-2.7.3.13_amd64.deb',
'flycapture2-2.7.3.13-amd64/libflycapture-2.7.3.13_amd64-dev.deb'),
'usr/lib/libflycapture.so.2.7.3.13'),
'https://www.ptgrey.com/support/downloads/10051', (
'flycapture2-2.6.3.4-amd64/libflycapture-2.6.3.4_amd64.deb',
'flycapture2-2.6.3.4-amd64/libflycapture-2.6.3.4_amd64-dev.deb'),
'usr/lib/libflycapture.so.2.6.3.4'),
'i386': (
'https://www.ptgrey.com/support/downloads/10323', (
'flycapture2-2.7.3.13-i386/libflycapture-2.7.3.13_i386.deb',
'flycapture2-2.7.3.13-i386/libflycapture-2.7.3.13_i386-dev.deb'),
'usr/lib/libflycapture.so.2.7.3.13')
'https://www.ptgrey.com/support/downloads/10049', (
'flycapture2-2.6.3.4-i386/libflycapture-2.6.3.4_i386.deb',
'flycapture2-2.6.3.4-i386/libflycapture-2.6.3.4_i386-dev.deb'),
'usr/lib/libflycapture.so.2.6.3.4')
}

archive_url, debs, shared_library = ARCHS[sys.argv[1]]
Expand Down

4 comments on commit 61d9a23

@versatran01
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason for this downgrade?

@konradb3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of bug in FlyCapture 2.7 #28 .

@mikepurvis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if v2.7.3.19, released last month, fixes the issue?

@konradb3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes but release note don't mention our bug. Need to test ....

Please sign in to comment.