{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":788247644,"defaultBranch":"main","name":"SK-FPV","ownerLogin":"nioroso-x3","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-04-18T03:45:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/33242603?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713411944.938829","currentOid":""},"activityList":{"items":[{"before":"4c367166d56154269f73eaefa28fc4f88b4721df","after":"518bcb8cea0574f91fe9dd70cb03c6f182aabbf2","ref":"refs/heads/main","pushedAt":"2024-09-10T05:10:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Added functional map window.","shortMessageHtmlLink":"Added functional map window."}},{"before":"bb9ab70051fa35cabf3476fc7e3f6b96336bb6f2","after":"4c367166d56154269f73eaefa28fc4f88b4721df","ref":"refs/heads/main","pushedAt":"2024-06-15T04:26:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Added side screens","shortMessageHtmlLink":"Added side screens"}},{"before":"747ef6fb3a107b7c415529a2f8c1f2295bf4bc0d","after":"bb9ab70051fa35cabf3476fc7e3f6b96336bb6f2","ref":"refs/heads/main","pushedAt":"2024-06-02T05:47:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Some visual changes in the HUD.","shortMessageHtmlLink":"Some visual changes in the HUD."}},{"before":"43276584e8bbbf15cf9dc5e3d89d95131f7f1b5c","after":"747ef6fb3a107b7c415529a2f8c1f2295bf4bc0d","ref":"refs/heads/main","pushedAt":"2024-05-31T02:34:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Have to use double in all variables due to some opencv functions output being matrixes of doubles.","shortMessageHtmlLink":"Have to use double in all variables due to some opencv functions outp…"}},{"before":"e4f2c8cf65d20f1ba340f49df3d1c1e5ae4cbb53","after":"43276584e8bbbf15cf9dc5e3d89d95131f7f1b5c","ref":"refs/heads/main","pushedAt":"2024-05-31T02:20:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Some cleanup of debug stuff.","shortMessageHtmlLink":"Some cleanup of debug stuff."}},{"before":"240efc9851823378dccc3708af06200d8373a598","after":"e4f2c8cf65d20f1ba340f49df3d1c1e5ae4cbb53","ref":"refs/heads/main","pushedAt":"2024-05-30T14:29:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"First working prototype of image stabilization. Everything is done on the CPU side. It is enabled for the first video surface\nYou have to create a stabilizer object and feed it the raw images using its stabilize function, which will write the transformed image to another buffer.\nEventually this should be modified so the stabilization runs in a separate thread feeding the image rotation and translation data to the renderer to use the GPU to modify the video.\nBased on the work of https://github.com/ejowerks/wfb-stabilizer","shortMessageHtmlLink":"First working prototype of image stabilization. Everything is done on…"}},{"before":"52c73e173f44e45335109a1412ac57b36fcf3a82","after":"240efc9851823378dccc3708af06200d8373a598","ref":"refs/heads/main","pushedAt":"2024-05-19T16:34:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Various cleanups to prepare to integrate stabilization and 360 degree camera as cubemap.","shortMessageHtmlLink":"Various cleanups to prepare to integrate stabilization and 360 degree…"}},{"before":"c2e5edb1f6fde669814741d5d97364c028ac3a8f","after":"52c73e173f44e45335109a1412ac57b36fcf3a82","ref":"refs/heads/main","pushedAt":"2024-05-06T03:56:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Added more widgets to the HUD, fixed pitch ladder rotation and movement.","shortMessageHtmlLink":"Added more widgets to the HUD, fixed pitch ladder rotation and movement."}},{"before":"4511dec3f44c0ac8dc46e4a8d01b736ad013733e","after":"c2e5edb1f6fde669814741d5d97364c028ac3a8f","ref":"refs/heads/main","pushedAt":"2024-05-05T07:37:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Added HUD using cairomm based on the work of https://github.com/SB3NDER/simple-hud/","shortMessageHtmlLink":"Added HUD using cairomm based on the work of https://github.com/SB3ND…"}},{"before":"940c225ab6faa9dcdd48873f9366608637fe9a9b","after":"4511dec3f44c0ac8dc46e4a8d01b736ad013733e","ref":"refs/heads/main","pushedAt":"2024-05-01T05:38:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Updating textures from threads other than the main loop seems safe.","shortMessageHtmlLink":"Updating textures from threads other than the main loop seems safe."}},{"before":"b293db9932128196718decac9eb72c8c8d2b31d2","after":"940c225ab6faa9dcdd48873f9366608637fe9a9b","ref":"refs/heads/main","pushedAt":"2024-04-28T07:14:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Fixed the hud to the head, very basic text data and unfinished. Maybe I will rip out the cairo hud from wfb-ng-osd or fpvue.","shortMessageHtmlLink":"Fixed the hud to the head, very basic text data and unfinished. Maybe…"}},{"before":"6e4e2b4d88e359a29cfb3e14ac572c23e209a1bd","after":"b293db9932128196718decac9eb72c8c8d2b31d2","ref":"refs/heads/main","pushedAt":"2024-04-26T05:21:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Deleted a leftover variable.","shortMessageHtmlLink":"Deleted a leftover variable."}},{"before":"b399c7a1efe5450ad87f6e5f1749f0d6c8c3c1fc","after":"6e4e2b4d88e359a29cfb3e14ac572c23e209a1bd","ref":"refs/heads/main","pushedAt":"2024-04-26T05:14:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Initial MAVLINK implementation. You can see the vehicles artificial horizon.","shortMessageHtmlLink":"Initial MAVLINK implementation. You can see the vehicles artificial h…"}},{"before":"21b82941b09b1c9ef728461719a59be742bc9f1a","after":"b399c7a1efe5450ad87f6e5f1749f0d6c8c3c1fc","ref":"refs/heads/main","pushedAt":"2024-04-18T03:54:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Add README.md","shortMessageHtmlLink":"Add README.md"}},{"before":"c8bcdce5531b2e9358d290b8d1d3d48d20e009e8","after":"21b82941b09b1c9ef728461719a59be742bc9f1a","ref":"refs/heads/main","pushedAt":"2024-04-18T03:53:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nioroso-x3","name":"Judemir Ribeiro","path":"/nioroso-x3","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33242603?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsZ-zdAA","startCursor":null,"endCursor":null}},"title":"Activity · nioroso-x3/SK-FPV"}