├── .gitmodules ├── README.md ├── broverlay └── etc │ ├── fstab │ └── init.d │ └── S00fixdev ├── datasheets ├── msc313e_pb_v03.pdf ├── msc316dc_pb_v03.pdf ├── msc316q_pb_v01.pdf └── msc318_pb_v03.pdf ├── device_table_dev.txt ├── mc200c2_original_fw.bin ├── mc200e3_original_fw.bin ├── mc400l_original_fw.bin ├── memorymap ├── msc313ebootrom.bin ├── repacked_kernel.img ├── rooted_squashfs.sqfs ├── ubootuart.jpg └── vendorcrapoverlay ├── etc └── xdg │ └── gstomx.conf └── lib ├── libCamAlgo.so ├── libCamSensor.so ├── libCamUtil.so ├── libISP.so ├── libISP_hal.so ├── libISP_procfs.so ├── libOMX_ALSA.so ├── libOMX_ASPL.so ├── libOMX_AVQE_A.so ├── libOMX_BELA.so ├── libOMX_VMFE.so ├── libOMX_VSPL.so ├── libOMX_VSRC.so ├── libOMX_VVHE.so ├── libat.so ├── libcamera.so └── libtinyalsa.so /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/README.md -------------------------------------------------------------------------------- /broverlay/etc/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/broverlay/etc/fstab -------------------------------------------------------------------------------- /broverlay/etc/init.d/S00fixdev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/broverlay/etc/init.d/S00fixdev -------------------------------------------------------------------------------- /datasheets/msc313e_pb_v03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/datasheets/msc313e_pb_v03.pdf -------------------------------------------------------------------------------- /datasheets/msc316dc_pb_v03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/datasheets/msc316dc_pb_v03.pdf -------------------------------------------------------------------------------- /datasheets/msc316q_pb_v01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/datasheets/msc316q_pb_v01.pdf -------------------------------------------------------------------------------- /datasheets/msc318_pb_v03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/datasheets/msc318_pb_v03.pdf -------------------------------------------------------------------------------- /device_table_dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/device_table_dev.txt -------------------------------------------------------------------------------- /mc200c2_original_fw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/mc200c2_original_fw.bin -------------------------------------------------------------------------------- /mc200e3_original_fw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/mc200e3_original_fw.bin -------------------------------------------------------------------------------- /mc400l_original_fw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/mc400l_original_fw.bin -------------------------------------------------------------------------------- /memorymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/memorymap -------------------------------------------------------------------------------- /msc313ebootrom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/msc313ebootrom.bin -------------------------------------------------------------------------------- /repacked_kernel.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/repacked_kernel.img -------------------------------------------------------------------------------- /rooted_squashfs.sqfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/rooted_squashfs.sqfs -------------------------------------------------------------------------------- /ubootuart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/ubootuart.jpg -------------------------------------------------------------------------------- /vendorcrapoverlay/etc/xdg/gstomx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/etc/xdg/gstomx.conf -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libCamAlgo.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libCamAlgo.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libCamSensor.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libCamSensor.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libCamUtil.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libCamUtil.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libISP.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libISP.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libISP_hal.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libISP_hal.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libISP_procfs.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libISP_procfs.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_ALSA.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_ALSA.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_ASPL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_ASPL.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_AVQE_A.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_AVQE_A.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_BELA.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_BELA.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_VMFE.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_VMFE.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_VSPL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_VSPL.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_VSRC.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_VSRC.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libOMX_VVHE.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libOMX_VVHE.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libat.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libcamera.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libcamera.so -------------------------------------------------------------------------------- /vendorcrapoverlay/lib/libtinyalsa.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fifteenhex/mc200c2camerahacks/HEAD/vendorcrapoverlay/lib/libtinyalsa.so --------------------------------------------------------------------------------