Hello,
I have rebuilt the DVEVM software, and loaded it on my DM355 EVM board through NFS. When I attempt to run the encodedecode demo (after loading modules) I get the following error
Encodedecode demo started.
Encodedecode Error: Failed to get the requested screen size: 720x480 at 16 bpp
Capturing 720x480 video (cropped to 720x480)
Total I-frames: 0, P-frames: 0, B-frames: 0, IDR-frames: 0 rejected: 0
After debugging a bit more I noticed that this command
ioctl(fd, FBIOPUT_VSCREENINFO, &varInfo)
is zeroing (setting values to zero) for varInfo.xres and varInfo.yres but not varInfo.bits_per_pixel. I could not understand why.
Note: Using default boot args i.e. preloaded demos work fine with no errors, but after rebuilding and running through NFS i get the above errors.
Thanks