-
Notifications
You must be signed in to change notification settings - Fork 2
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
main.cpp #2
Comments
Is your input signal HDMI or SDI? The default signal input of the BMD capture card is SDI. If you use HDMI, try to select "HDMI" as the input signal source in Blackmagic Desktop Video Setup app. |
It is set to HDMI, and works in OBS Studio in mode 1080@60.
…On Sun, Nov 15, 2020, 9:08 PM js_john ***@***.***> wrote:
Is your input signal HDMI or SDI? The default signal input of the BMD
capture card is SDI. If you use HDMI, try to select "HDMI" as the input
signal source in Blackmagic Desktop Video Setup app.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE5LSJB4RDMH2HZXIXMRBELSQCCTHANCNFSM4TWQ3KQQ>
.
|
It seems that your capture card supports 1080@60 (1080P or 1080i ?). I have Ultrastudio Mini Recorder and DeckLink Mini Recorder and the bandwidth can only support to 1080P@30 or 1080i@60. May be I have to make some changes to make it compatible to your device. |
@github-jeff |
@github-jeff by the way.. I use std::cout instead of printf but i don't have linux machine right now to check if the display mode list bug is fixed. |
I swapped out the Makefile with the one listed above. Brought in the 3rd party files opencv4, and blackmagic sdk. The code compiled with only one warning:
The mode display did change, but it's not readable. Here is a pretty good explanation of what is happening in Linux consoles and what can be done code wise. There are a few options for your consideration. https://stackoverflow.com/questions/13809611/cout-and-cin-in-linux-cant-see-the-console When the code is run, the monitor window does open but it unfortunately does not display the video source. I will see if the BMD demo sheds any light as to what is happening here. In the meantime, if you want to work on this, please let me know and i will happily test as many revisions as you like. |
OS: Ubuntu 20.04
I have adjusted the make file to reference both the opencv4/opencv2 directory as well as the black magic SDK directory.
Makefile:
The only modification that I have made to your code, beyond the Makefile is in DeckLinkUtil.hpp in line 8 was
$make yields the following error.
When I picked a value: (0) was used for the initial commit, so I put it back in.
The code compiles but alas there is no display. Just a black screen. All modes were tried 0 - 20 including x. OBS works so there is certainly data to be displayed.
The text was updated successfully, but these errors were encountered: