Hi all,
To give a Background of the task, I got a sensor which outputs me only black & white (Luminance) picture.
If I dump the data and view it in Elecard I get proper Image(Black & white).
To play the Complete video file(that we dumped) I thought of using VLC/mplayer . During which Following observations are made.
- VLC plays RAW video. But it assumes input in yuv420/422/ and other formats, in which chroma information is very much crucial. Since My data file does not have any Chroma info, VLC interprete this Luma only data in some wrong manner, and displays some colour patterns.
- Similar issue is found with m player too.
- I switched to vooya player on Linux. I Can view the proper Image out from it. But that doesn't support command mode.
Can some one suggest me, how to play a Luma only video data (which is 16bit data not 8bit..!!) on any of the players in Linux using command mode.??
I prefer command mode instead of GUI because, I have some custom app which does minimal processing before playing the video. So I cant start the player directly, instead My script start the player.
Thanks in advance :)