Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/ar0233/userspace-gmsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Replace target system with recommended [ipu75xa](../../config/ar0233/ipu75xa) se

Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down
1 change: 1 addition & 0 deletions doc/ar0234/userspace-gmsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Import [AR0234_TGL_10bits.aiqb](https://github.com/intel/ipu6-camera-hal/blob/io
Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down
1 change: 1 addition & 0 deletions doc/ar0234/userspace-mipi.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Import [AR0234_TGL_10bits.aiqb](https://github.com/intel/ipu6-camera-hal/blob/io
Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down
1 change: 1 addition & 0 deletions doc/ar0820/userspace-gmsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Replace target system with recommended [ipu75xa](../../config/ar0820/ipu75xa) se

Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down
Binary file added doc/ar0830/cphy-dphy-adapter-front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/ar0830/cphy-dphy-adapter-rear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions doc/ar0830/userspace-mipi.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ Config path: `Intel Advanced Menu`->`System Agent (SA) Configuration`->`MIPI Cam
| Customize Device ID Number | 19 | 19 |
| Flash Driver Selection | Disabled | Disabled |

> **Note:** CPHY-DPHY adapter board required only if connecting a DPHY sensor to PTL(CPHY).

DPHY sensor must be connecting to the front side of adapter.

![cphy-dphy-adapter-front](cphy-dphy-adapter-front.png)

Connect the rear side of adapter to PTL.

![cphy-dphy-adapter-rear](cphy-dphy-adapter-rear.png)

## Camera Configuration File Setup

#### Setup for IPU6EPMTL
Expand All @@ -126,6 +136,7 @@ Update camera firmware file into target system `/lib/firmware`

Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down
Binary file added doc/isx031/cphy-dphy-adapter-front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/isx031/cphy-dphy-adapter-rear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion doc/isx031/userspace-gmsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Replace target system with recommended [ipu6ep](../../config/isx031/ipu6ep) sett
> **Note:** Add config below only if using x1 GMSL sensor.

sudo cp -r ../../config/isx031/ipu6ep /etc/camera
sudo sed -i '/availableSensors/c\ <availableSensors value="isx031-1"/>' /etc/camera/ipu6ep/libcamhal_profile.xml
sudo sed -i '/availableSensors/c\ <availableSensors value="isx031-1-1"/>' /etc/camera/ipu6ep/libcamhal_profile.xml

> **Note:** Add config below only if using x4 GMSL sensors.

Expand Down Expand Up @@ -286,6 +286,7 @@ Please use config from [VTG ipu75xa](https://github.com/intel/ipu7-camera-hal/tr

Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down
11 changes: 10 additions & 1 deletion doc/isx031/userspace-mipi.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,15 @@ Config path: `Intel Advanced Menu`->`System Agent (SA) Configuration`->`MIPI Cam
| Customize Device ID Number | 19 | 19 |
| Flash Driver Selection | Disabled | Disabled |

> **Note:** CPHY-DPHY converter board required if using PTL CRB.
> **Note:** CPHY-DPHY adapter board required only if connecting a DPHY sensor to PTL(CPHY).

DPHY sensor must be connecting to the front side of adapter.

![cphy-dphy-adapter-front](cphy-dphy-adapter-front.png)

Connect the rear side of adapter to PTL.

![cphy-dphy-adapter-rear](cphy-dphy-adapter-rear.png)

## Camera Configuration File Setup

Expand Down Expand Up @@ -198,6 +206,7 @@ Replace target system with recommended [ipu75xa](../../config/isx031/ipu75xa) se

Export environment variables below

unset XDG_RUNTIME_DIR
export DISPLAY=:0; xhost +
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
export LIBVA_DRIVER_NAME=iHD
Expand Down