use camera connector bandwidth for high-speed binary data
Posted: Sun Jun 19, 2016 6:53 pm
my research have indicate raspberry pi limitation of usb 2.0 subsystem with limitation of 30-40 MB/sec available bandwidth (half-duplex), also microsd benchmark show similar limitation. I notice my raspberry pi have a camera connector (I dont use), I searched on Internet. According to blog post [ https://www.raspberrypi.org/blog/creati ... era-board/ ] link with the camera is via "CSI bus, a much higher bandwidth link which carries pixel data from the camera back to the processor" and it write "At 15fps (frames per second) that’s a maximum of 2592x1944x10x15 bits per second (approximately 750Mbps)". 750Mbps one-way = 93 MB/sec is 3x times the limit of the sdcard reader it seems as conferred with 30-40 MB/sec on the USB 2.0 subsytem.
3 questions please:
1) instead of pixel data could ribbons be used to transfer binary data - or is noisy link. is protocol encrypt?
2) does userspace has enough access to read from (for example is possible to save to tmpfs / ramdisk / use it it in memory) - i think yes since you can treat the pixel data, but maybe preprocessing in GPU pipeline make impossible? (corrupt binary data for userspace)
3) is mentioned CSI bus independents of the SDcard and USB subsystem? where is specification for CSI protocol?
obvious this only read access, write access is via second link used to communicate with the module described in the same above blog post. thanks for your advices,
-
raspberry pi owner
3 questions please:
1) instead of pixel data could ribbons be used to transfer binary data - or is noisy link. is protocol encrypt?
2) does userspace has enough access to read from (for example is possible to save to tmpfs / ramdisk / use it it in memory) - i think yes since you can treat the pixel data, but maybe preprocessing in GPU pipeline make impossible? (corrupt binary data for userspace)
3) is mentioned CSI bus independents of the SDcard and USB subsystem? where is specification for CSI protocol?
obvious this only read access, write access is via second link used to communicate with the module described in the same above blog post. thanks for your advices,
-
raspberry pi owner