Search the Community
Showing results for tags 'programming'.
-
I love to understand computation deeply, right from the CPU architecture, and I am having some problems with an embedded camera. I don't know what's the best way to do it, I know that microcontrollers aren't the best option, because they can't deal with all that data (4k/ 8k / 1080p 60fps - high resolution images) I know that the first circuitry that connects to the silicon sensor chip are specific driver chips to provide clock and send the data from all the matrices of pixels via parallel, so I've been reading a lot about Digital Signal Processor (DSP) and Digital Signal Controller (DSC), but I don't know how to connect the sensor, don't know if I only interface it with the DSP and send the data via USB/HDMI and process it in my computer (just another motherboard) with LibUsb, openCV and some graphics library in c; or interface the sensor, DSP and external ROM memory; even thought about interfacing external CPU (intel) proper RAM and ROM and then, interface the DSP and sensor, so that I can create a autonomous robot that process live video from the camera with algorithms created by me, and I don't worry about writing programs in assembly (if this is your solution).
-
- embedded
- computer science
- (and 6 more)
-
i need help with this program!!! Task: Program 1 objective: write a program to track GPA for several students in all six of their classes. Exactly 10 students, each with 6 classes, each class has a grade for every six-week term for a year. Start the program, enter the data: Student first name Student last name Term Course, Grade – repeat six times: Course … grade … Be certain to check for bad data entered Choice of another student, or exit data entry If exit data entry, then choice of: Quite program Get data results Listing of each student, with their classes and current grade for this term, cumulative GPA for all classes, cumulative GPA for all 10 students in all of their classes (this last is an aggregate, without student or class identifiers. Return to data entry
- 4 replies
-
- computer science
- help
-
(and 6 more)
Tagged with: