Simple Example to get Record Camera Component decouled from demo scene#3
Draft
danieldownes wants to merge 1 commit intoSpirit30:mainfrom
Draft
Simple Example to get Record Camera Component decouled from demo scene#3danieldownes wants to merge 1 commit intoSpirit30:mainfrom
danieldownes wants to merge 1 commit intoSpirit30:mainfrom
Conversation
… coupling to demo scene
Author
|
@Spirit30 Again thank you. Are you able to shed some light on the missing piece? |
This file contains hidden or 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
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.
First, thank you for adding this project openly on github.
I love the demo and it does a great job of showing capability, however I would like to suggest adding some easy to use example scenes.
I was able, after much screaming, get a custom command to work for file conversion.
However when trying to get the camera component recording working in my project for many hours, I thought I would try to simplifying in its original project repository.
HOWEVER, this PR is still WIP, and is a request for guidance.
When running FFmpegRecordCamComponentExample.unity and clicking 'Start Capturing' and then 'Stop Capturing', you'll see there is an error:
Are you able to suggest here the issue so I can resolve this PR?
I think others may find it useful too as ideally we want a copy and paste solution to leveraging this awesome plugin. Currently as it stands integrating FFmpegUnityBind2 functionality is not an easy process.