-
Notifications
You must be signed in to change notification settings - Fork 33
Implement "vc.ril.isp" component #47
Comments
Check whether MMALSharp has a similar issue to what 6by9 has stated here. MMALSharp sets the array to 20 and is subsequently used in the |
For the rawcam functionality, the following native structures are used: |
Changing this ticket to track the ISP component. Rawcam component work tracked against #124 and being pushed back to later 0.7 release due to complexities involved. |
I am having issues getting the 2nd output port to call the native callback method. According to the API docs, there are two cases when port 362 will be disabled by MMAL:
During testing I've made sure port 362 is ran at a lower resolution, so I suspect it may be case 2 that's causing this issue. I am going to push v0.6 out bearing in mind this issue is present and raise a separate ticket to investigate for v0.7. |
As per the work 6by9 has done for raspiraw, there are two additional components available in later firmwares for accessing raw camera data directly from the CSI2 bus.
For reference see https://www.raspberrypi.org/forums/viewtopic.php?t=109137
https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=218458
For example app using these components see https://github.com/6by9/raspiraw/blob/a0d4c31d24531e9a5eafeb129ac194f05526cd31/raspiraw.c
The text was updated successfully, but these errors were encountered: