i want to make own usb camera driver(for old CAM) #175477
Replies: 5 comments 3 replies
-
|
pls tell me where to start and please be polite🙏🙏 |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Hi @Yugeenien |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Yugeenien, It's awesome that you want to learn by building your own USB camera driver—this is an ambitious and valuable project, especially as a beginner! Here’s some honest advice and a roadmap to get you started:
|
Beta Was this translation helpful? Give feedback.
-
Drivers are written in C, requiring deep understanding of computer architecture.
Kernel-mode programming (where drivers live) is risky. Start in user-space to communicate with the camera without crashing your OS.
You don't have to reinvent the wheel. The camera likely uses a standard video class.
Only attempt kernel programming after you are comfortable with C and user-space USB communication. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
i am beginner programmer and im seeking for help.
Hello. i started learning programming in september, and i know im jumping too far,but i got some time to loose so i wanna try to make my own driver for usb camera. At this moment i know html/css/JS(i was learning it some time ago at school), and i started with java/c/c++ last month.
-I bought some camera today for 1$ but turns out that its support ends on windows XP. i tried to look for universal drivers but couldnt find them so i thought i could make one for myself.
-Im looking programmers here that can help me with that?
p.s i dont want to get the driver, i want to make it myself to practice and learn.
!!!I DONT PAY NOTHING CUZ IM BROKE STUDENT!!!
thanks.
(idk if these tags will help but ima add them in case they work like on yt)
#c , #c++, #programing, #drivers, #beginner
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions