You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ So if you are just interested in the protocol or if you want to implement this i
18
18
run `go run main.go --help` to see how it works
19
19
20
20
Progress:
21
-
1.~~Make the `go run main.go dumpraw` work on the first execution (currently you have to run it twice and it will start recording on the second run)~~
22
-
2. FIX: After running the dumpraw command and saving a video, you have to unplug the device to record another video currently
21
+
1.~~Make the `go run main.go record` work on the first execution (currently you have to run it twice and it will start recording on the second run)~~
22
+
2. FIX: After running the record command and saving a video, you have to unplug the device to record another video currently
23
23
3. Make a release :-D
24
24
4. Generate GStreamer compatible x264 stream probably by wrapping the NaLus in RTP headers
25
25
5.~~Complete packet documentation~~
@@ -39,7 +39,7 @@ Extra Goals:
39
39
40
40
2. What does not work
41
41
42
-
This might be wrong, needs investigation--> `qvh dumpraw` won't work on MAC OS because the binary needs to be codesigned with `com.apple.ibridge.control`
42
+
This might be wrong, needs investigation--> `qvh record` won't work on MAC OS because the binary needs to be codesigned with `com.apple.ibridge.control`
43
43
apparently that is a protected Entitlement that I have no idea how to use or sign my binary with.
44
44
45
45
2. Make sure to use either this fork `https://github.com/GroundControl-Solutions/libusb`
0 commit comments