-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AJA SDK to 17.1 #572
Merged
eloisebrosseau
merged 4 commits into
AcademySoftwareFoundation:main
from
eloisebrosseau:aja-sdk-update
Dec 10, 2024
Merged
Update AJA SDK to 17.1 #572
eloisebrosseau
merged 4 commits into
AcademySoftwareFoundation:main
from
eloisebrosseau:aja-sdk-update
Dec 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bernie-laberge
approved these changes
Sep 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the build from scratch needs to be fixed but apart from that it looks good.
Thanks!
e60c330
to
5b1bcf6
Compare
5b1bcf6
to
0148a9b
Compare
0148a9b
to
0885fe0
Compare
a4761d1
to
2c3ec91
Compare
f086ea9
to
9efdcc9
Compare
cedrik-fuoco-adsk
approved these changes
Oct 16, 2024
a5b2f67
to
5614ce2
Compare
5614ce2
to
97b19a5
Compare
97b19a5
to
d816a96
Compare
Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Éloïse Brosseau <[email protected]>
d816a96
to
2a520c2
Compare
1a53c2d
into
AcademySoftwareFoundation:main
10 checks passed
cedrik-fuoco-adsk
pushed a commit
to cedrik-fuoco-adsk/OpenRV
that referenced
this pull request
Jan 21, 2025
- [x] Update the SDK version in aja.cmake and fix issues related with OS specific header files that are no longer copied and the addition of the mbedtls library that we need to link against - [x] Replace code related to `ScanHardware()` and `GetDeviceInfoList()` since both functions have been deprecated The SDK needs to be at the latest version. Presentation mode with the AJA Io 4K Plus device with HDMI and SDI on MacOS. --------- Signed-off-by: Éloïse Brosseau <[email protected]>
cedrik-fuoco-adsk
pushed a commit
to cedrik-fuoco-adsk/OpenRV
that referenced
this pull request
Jan 21, 2025
- [x] Update the SDK version in aja.cmake and fix issues related with OS specific header files that are no longer copied and the addition of the mbedtls library that we need to link against - [x] Replace code related to `ScanHardware()` and `GetDeviceInfoList()` since both functions have been deprecated The SDK needs to be at the latest version. Presentation mode with the AJA Io 4K Plus device with HDMI and SDI on MacOS. --------- Signed-off-by: Éloïse Brosseau <[email protected]> Signed-off-by: Cédrik Fuoco <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update AJA SDK to 17.1
Summarize your change.
ScanHardware()
andGetDeviceInfoList()
since both functions have been deprecatedDescribe the reason for the change.
The SDK needs to be at the latest version.
Describe what you have tested and on which operating system.
Presentation mode with the AJA Io 4K Plus device with HDMI and SDI on MacOS.