sepp89117
sepp89117
@habakuk40 Hi, I have summarized almost all UDP commands that I have and published them here: https://github.com/sepp89117/GoPro_Hero-5_UDP_commands There is also an Excel file.
Hi, maybe can this code be integrated relatively easily? @omansak @zerodytrash zerodytrash/Simple-YouTube-Age-Restriction-Bypass
Got it! 1. Set target framework to .NET Standard 2.0 2. Add ``` var status = playerResponseJson.SelectToken("playabilityStatus.status")?.Value(); if (status == "AGE_VERIFICATION_REQUIRED" || status == "AGE_CHECK_REQUIRED" || status == "LOGIN_REQUIRED") {...
Hi @valeros, Is there already a rough time frame for when the next release will appear? Otherwise I will probably insert the board locally myself to bridge the gap. Thank...
Hi, I just solved this problem for me and I would like to share the solution! I write the following value to characteristic GP-0091 "Network Management Command" ("b5f90091-aa8d-11e3-9046-0002a5d5c51b"): `byte[] msg...
Use Exoplayer with LoadControl and set minBuffer to 900ms and maxBuffer to 1100ms. For me it works with Hero5 and Hero8 without problems. Example: [PreviewActivity.java](https://github.com/sepp89117/GoEasyPro_Android/blob/master/app/src/main/java/com/sepp89117/goeasypro_android/PreviewActivity.java#L134) And by the way: ffmpeg-kit-min...
That makes me happy! What latencies do you have now? I have about a second latency with my solution. Best regards
You really don't see anything on the serial monitor? Did the code upload work? Is the monitor set to the correct speed of 115200? If you get something displayed on...
After pairing, the monitor will ask you if you want to pair the camera. The Mac is also displayed. But if the monitor shows nothing from the start, something fundamental...
Smart Remote is a product of GoPro and the code here simulates a smart remote. If you have started your ESP with this code, you can pair your cam with...