SOLVED Camera menu appears on VEYE-MIPI-IMX327S
-
What commands must be sent to the camera manually for this menu to appear?
-
@dan_lionking
Sorry, the opening of this menu is not a normal operation and the related commands are not available to customers.
We provide scripts that perform similar functions as menu. -
Ok. We need to control the parameters of the camera. We cannot disable the management interface. There are no wires in the system for using another interface.
What commands must be sent to the camera manually for this menu to disappear?
-
@dan_lionking
Please try this:
Add the bellowing line to the end of veye_mipi_i2c.sh./i2c_write $I2C_DEV $I2C_ADDR 0x07 0xFF&> /dev/null;
I think this will solve your problem.
-
@dan_lionking This question has been asked for a long time and the status has not been updated. I will mark the status as solved, so you can follow up again if needed, or just open the question.
-
@veye_xumm unsolved
Hello.
./i2c_write $I2C_DEV $I2C_ADDR 0x07 0xFF&> /dev/null;
disables the camera i2c interface, but does not remove the menu. We fixed the software, but after turning on the camera, the menu still appears in the picture. At the same time, the picture from the camera turned over. Turning off the power of the camera does not correct the situation...
We need a command that will remove the menu from the image...
Do You have my email address...
-
@dan_lionking
In the i2c_tools directory, the following command can be executed to close the menu../i2c_write 10 0x3b 0x0010 0xDE ./i2c_write 10 0x3b 0x0011 0x0B ./i2c_write 10 0x3b 0x0012 0x02 ./i2c_write 10 0x3b 0x0013 0x00
The CSI-2 DSI-2 of Raspberry Pi and the I2C of HAT board are connected together, do you use HAT board?
Since the Raspberry Pi's MIPI CSI-2 i2c is connected to the DSI and HAT interface (40pin 27 28). The GPU side will have access to the device. And our camera is accessed through the CPU side. There will be problems with concurrency causing errors.
We suggest you to refer to this article.
http://wiki.veye.cc/index.php/RaspberryPI_I2C_confilct_problemI don't know your email, mine is xumm#csoneplus.com
-
-
-
@dan_lionking
You are welcome.