-
Notifications
You must be signed in to change notification settings - Fork 14
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
Build Errors #49
Comments
Damn, I can't believe I didn't put instructions on how to make sure the examples run. Sorry about that. 7_7 SeeShark requires FFmpeg to run properly. You can download FFmpeg binaries here. The code is currently tied to FFmpeg v5.0. Try to see if version 6.0 or 5.1 work, if not then I guess you'll have to download a 5.0 version. There are comments in the example codes to specify where to look for the FFmpeg libraries. |
I download FFmpeg binaries,but I don't know how to load it. |
To load the FFmpeg binaries, it's actually very simple: take a look at SeeShark/SeeShark.Example.Ascii/Program.cs Lines 33 to 40 in cc4aa3b
You can see a call to SetupFFmpeg with a minimal FFmpeg log level, a console text color, and then a few paths. These paths are what SeeShark uses to search for the FFmpeg binaries you just downloaded. So for example, if inside of your project folder you make a ffmpeg-libs folder and unzip the FFmpeg libraries* there, then you would add the path to that ffmpeg-libs folder inside the call to SetupFFmpeg and it should then just work.
* the FFmpeg libraries should be |
Hi,
I am just trying to build a simple example project,I don't know if I have to do any configuration before build.
I have errors about CameraManager.
Any help about run a simple project should be helpful.
Thanks.
The text was updated successfully, but these errors were encountered: