vault backup: 2023-04-17 22:20:00

This commit is contained in:
2023-04-17 22:20:00 +08:00
parent f0682b7f59
commit bbe7cc7761
3 changed files with 13 additions and 23 deletions

View File

@@ -46,21 +46,8 @@
"source": true
}
}
},
{
"id": "de9326d812f04a36",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "00. Inbox/想要的鏡頭.md",
"mode": "preview",
"source": true
}
}
}
],
"currentTab": 2
]
}
],
"direction": "vertical"
@@ -118,7 +105,7 @@
"state": {
"type": "backlink",
"state": {
"file": "01. 個人/01. Daily/2023-04-17(週一).md",
"file": "00. Inbox/Habit Tracker.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -143,7 +130,7 @@
"state": {
"type": "outline",
"state": {
"file": "01. 個人/01. Daily/2023-04-17(週一).md"
"file": "00. Inbox/Habit Tracker.md"
}
}
},
@@ -156,7 +143,7 @@
}
}
],
"currentTab": 3
"currentTab": 1
},
{
"id": "ae4bf98badbfc7ee",
@@ -194,20 +181,20 @@
"periodic-notes:Open today": false
}
},
"active": "90e723ca7b21bf9e",
"active": "2d6c71e84273c20a",
"lastOpenFiles": [
"01. 個人/01. Daily/2023-04-16(週日).md",
"01. 個人/01. Daily/2023-04-17(週一).md",
"00. Inbox/01. TODO.md",
"04. Programming/OpenCL.md",
"04. Programming/OpenCV.md",
"00. Inbox/想要的鏡頭.md",
"01. 個人/01. Daily/2023-04-16(週日).md",
"03. 專注Study/C++/C++20.md",
"03. 專注Study/C++/chrono.md",
"04. Programming/OpenCL.md",
"04. Programming/OpenGL.md",
"04. Programming/OpenCV API.md",
"04. Programming/OpenCV.md",
"03. 專注Study/C++/C++17.md",
"04. Programming/QT/timer.md",
"00. Inbox/01. TODO.md",
"05. 資料收集/Capture One.md",
"05. 資料收集/向右曝光.md",
"05. 資料收集/Color Format.md",

View File

@@ -299,7 +299,9 @@
- [ ] [Recorder audio file, and can playback for audio file](https://jira.logitech.com/browse/VC-80990) 🛫 2022-09-27 📅 2022-10-07
### CameraView
- [ ] Cameraview 裡的"Comment: " 多增加幾各字元數
- [ ] 用 OpenCL 來實現 YUY2 to RGB24 🛫 2023-04-17 ^fce519
- [ ] 用 OpenCL 來實現 NV12 to RGB24 🛫 2023-04-17 ^cb68ca
- [x] Cameraview 裡的"Comment: " 多增加幾各字元數 ✅ 2023-04-17
# 有興趣

View File

@@ -31,3 +31,4 @@ readingCasual: 0
### 今日回顧
今天學會了怎麼用OpenCL來取代CPU code詳細寫在[[OpenCL]]。
下一步YUY2[[01. TODO#^fce519]]與NV12[[01. TODO#^cb68ca]]的轉換也可以用OpenCL來達成。