Follow up from:
http://e2e.ti.com/support/omap/f/849/t/371345.aspx
Hello, we are still trying to get stereo camera working on a variscite dart4460 board.
We use Android 4AJ.2.2. device/ti/blaze/Config.mk looks like this:
OMAP_ENHANCEMENT := true
OMAP_ENHANCEMENT_BURST_CAPTURE := true
OMAP_ENHANCEMENT_S3D := true
OMAP_ENHANCEMENT_CPCAM := true
OMAP_ENHANCEMENT_VTC := true
define ti-clear-vars
$(eval OMAP_ENHANCEMENT:=) \
$(eval OMAP_ENHANCEMENT_BURST_CAPTURE:=) \
$(eval OMAP_ENHANCEMENT_S3D:=) \
$(eval OMAP_ENHANCEMENT_CPCAM:=) \
$(eval OMAP_ENHANCEMENT_VTC:=)
endef
S3D enhancement is set to true by default, however we only see two cameras (ID 0 and 1) and are not able to connect to camera ID 2.
Questions:
- do we have to make further modifications for android build to get camera ID 2 available?
- does default ducati-m3.bin provide stereo mode or do we have to modify this as well?
Best regards,
Damian