-
Notifications
You must be signed in to change notification settings - Fork 1
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
Send capture to SDI. #21
Comments
I will take a look at this today. I can't see any reason why it shouldn't work. We just just need to open up the API's a bit more. |
Hi @Jotamaza You can call deckLinkOutput.SetSourceTexture(_finalTexture); Let me know how this works for you. Thanks, |
Thanks Andrew! We are preparing a environment with DeckLink hardware to start the tests. |
Okay great! Can I close this issue or are you still testing it? Thanks, |
Hi Andrew! Here are my findings: If I create a DeckLink output with the camera (as in the prefab), and then call the SetSourceTexture method, nothing changes in the output. The camera image is still streamed through the SDI port. If I delete or deactivate the camera in the Output prefab there is also no change when calling SetSourceTexture. The only way to get it working is start with the default camera, and then execute Anyway, I got it working. Great! Now, to complete my workflow, I just need to stop the AVPro Movie Capture output, as I don't need a video file or image sequence. As the stream could last for more than an hour, encoding and saving all that data is a performance consumption we can save. Thanks for your support, Andrew! |
Also the captured texture shows the post process effects, although the default camera behavior in AVPro DeckLink don't support it. |
Oh? Could you explain more about this? I don't think most post-process effects work for 360 though? |
I have tested color grading and bloom from the Unity Post-processing Stack, and both where applied to the capture render texture. |
I see :) thanks! Yes those two should work okay....Although bloom I would have thought might have edge seam artifacts.... But certainly color grading should work. I will see if I can add 360/180 support as an example directly into the DeckLink package... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
I need to do a 180 capture and send it with audio in realtime using SDI or NDI.
Describe the solution you'd like
Be able to set the capture output to an SDI output using AVPro DeckLink would be perfect.
Describe alternatives you've considered
I've successfully sent the capture using NDI (KlakNDI), using the _finalTarget RenderTexture on CaptureFromCamera360.cs, but this plugin don't manage audio through NDI.
The text was updated successfully, but these errors were encountered: