Part Number: PROCESSOR-SDK-AM69A
Other Parts Discussed in Thread: AM69A, SK-AM69
Tool/software:
Dear TI,
I have used the Camera IMX219 part of (Arducam V3Link Camera Kit) and trying to get the basic streaming setup for just 1 camera first(locally and to the NodeJS server)
DK for AM69A (10_00_00)
==
When doing initial configuration for IMX219 camera, in the imx219_cam_example.yaml under /opt/edgeai-gst-apps/configs, we see the input0 (default to kmssink)
input0:
source: /dev/video0
subdev-id: /dev/v4l-subdev0
width: 1920
height: 1080
format: rggb
framerate: 30
we cannot see or access /dev/video0/ . When we try and write to output2 (outputs to : edgeai-test-data/output/output_image_%04d.jpg)
the video-imx219-cam0 dir/file is also inaccessible within this.
the file saved 'eg : frame.jpg' is a 0 bit file and cannot be scp'd out of this to be taken a look at. But given it's file size, this is probably not useful.
==
when going into agi-apps
after running
source /opt/edgeai-gst-apps/scripts/setup_cameras_v3link.sh (runs successfully, ie : no output message)
When we try and see outputs either locally using
v4l2-ctl --device /dev/video0 --set-fmt-video=width=1280,height=720,pixelformat=rggb --stream-mmap --stream-to=frame.jpg --stream-count=1
or be streaming to the listed NodeJS servers (10.42.0.25:8080/.../jpeg)
we get no image output from any of the cameras.
==
We also followed the guide below in our initial configuratio :
https://www.arducam.com/wp-content/uploads/2023/10/Arducam_V3Link-Quick_Start_Guide.pdf
Following Sec 3.3, we have also checked the IP's correctly of the host orin and the AM69a
===
Our goal currently is just to get 1 camera read out to (video0 for eg) as a streaming output.