Hi Anand,
As per your above reply regarding to Tiler Implementation, I called a function 'Vcam_setScalarOutResolution()' to set a output resolution after Tiler set 90 degree.
There is one issue for stream 1, i.e. 1920x1080 resolution.
I tried to…
No, I haven't,
anyway I would recommend to setup your sensor resolution so it will be at least 1600x1200 and then set the OutWidth
and OutHeight parameters according to the final resolution(crop).
Best,
Ron.
Other Parts Discussed in Thread: DM385 Hi All,
We are capturing video through ISS and displaying it through VPSS on LCD. According to our usecase and LCD limitation , we need to perform rotation of captured video through DM385 only for display. For…
I have build the images for DM365 using the latest SDK IPNC RDK 5.1.0
I'm using a DM365 based custom board. The NAND flash used is MT29F1G08ABADAWP
I am using UBIFS.
When I boot the kernel I'm facing the error:
UBI error: ubi_io_read: error -74…
Other Parts Discussed in Thread: DM385 I'm trying to get a custom sensor to work with the Appro DM385 IPNC RDK
So far I've managed to get a valid image but the colors are wrong, it seems like the bayer pattern on the ISS doesn't fit what the sensor…
Hi,
We are working on DM8127 platform and using IPNC RDK 3.5
H.264 codec version : 02.00.04.01
We are looking to set HF-VBR ( CVBR ) mode for H.264 codec.
it is required to set rcalgo, maxBitRate, VBRDuration & VBRSensitivity as per Encoder…
Hi
I am using IPNC_RDK_DM812x_DM385_Version3.5.0 , my selected usecase is "multich_tristream_fullfeature" .
With this I am able to stream 720x480 H264 encoded data but when i am changing this resolution to 320x240 , I am not able to stream. Kindly…
Other Parts Discussed in Thread: DM385 Hi,
We have DM385 IPNC RDK 3.0 kit and EVM DM8148. IPNC application is running OK on DM385 but now I would like to run it on EVM DM8148 (Mistral board). I have changed Rules.make file of RDK with next configuration…
Hi everyone,
I'm using IPNC RDK ver3.5 and IPNC DM8127.
this is my custom usecase:
camera->sclarlink->ipcVPSSframeout->ipcDSPframein->alg->ipcDSPbitsout->ipcHOSTbitsin.
In sclrLInk,I've already set its output frame rate to 5 fps ,but later,when…
We are working on DM8127 and IPNC RDK. We have one algorithm on vpss processor and one algorithm on c6xdsp. We want to wrap them in a static libraries and integrate them in IPNC RDK. How can we do?