Skip to content
Snippets Groups Projects
Commit 2229bbbd authored by Martin Kepplinger's avatar Martin Kepplinger
Browse files

hi846: add and enable broken 816x612 and 3264x2448 full-sensor modes

to hack on using the debug interface:

	#!/bin/bash
	path="/sys/kernel/debug/hi846/"

	echo 1 > "$path/clear"

	# these register values are overwriting the default settings when
	# starting to stream
	#     REG                                VALUE
	echo "0x0902" > "$path/address" && echo "0x4319" > "$path/add_value"
	# you can put a reg/value table here
parent fe1bac9f
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment