-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
camerad: abstract cameras #25719
camerad: abstract cameras #25719
Conversation
Need to merge #25720 first to Initialize and open camera in AbstractCamera |
02175d3
to
bfed601
Compare
09a23c0
to
c55b68a
Compare
All camera-related parameters and functions have been moved to separate files. there is no |
Nice, this looks pretty good. Now that VisionIPC has been abstracted out of camerad, we've decided that camerad should just be a highly optimized camera driver for the comma three, so feel free to do any relevant cleanups. I'd also like to better separate the 845-releated code and the image sensor related code (AR0321 and OX03C10). |
ok, i will split it into small PRs and do it incrementally |
Merged #25796 |
@deanlee I'm gonna start bringup of a new sensor soon, so I'm interested in getting camerad cleaned up before that. I'm ready to review & merge these quickly if you wanna rebase this one and help with the cleanup. |
@adeebshihadeh working on this. |
I started with a clean today #30573. Let's try to do this in small chunks. I'm mostly concerned with pulling out the image sensor stuff right now and splitting it from 845-specific stuff. |
|
Nice, I like breaking things up like this! Want to take over "refactor sensor parameters to struct"? |
Already looking a lot nicer! |
@deanlee good to close this? I'm pretty happy with all the sensor abstractions now |
y |
resolve #25718