syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
hello every one,
I have taken a data from ADC-> FPGA-based-system -> .bin file in computer
Now I need to read this .bin file and generate a still frame for a frame consequently I need to generate the 2D movie with N*M number of files that I get through ADC,
Any idea how to do it on C++
Please note that since it is in binary format, I don't exactly need to save it either and can generate frame as-it-is as well as soon as data is obtained in PC buffer.
My basic searches suggest me of the following libraries.
1. QT
2. GIL
3. OpenCV
Does boost libraries help in this matter.
But not sure at this stage what to use. Any other idea would be appreciable
thanks
I have taken a data from ADC-> FPGA-based-system -> .bin file in computer
Now I need to read this .bin file and generate a still frame for a frame consequently I need to generate the 2D movie with N*M number of files that I get through ADC,
Any idea how to do it on C++
Please note that since it is in binary format, I don't exactly need to save it either and can generate frame as-it-is as well as soon as data is obtained in PC buffer.
My basic searches suggest me of the following libraries.
1. QT
2. GIL
3. OpenCV
Does boost libraries help in this matter.
But not sure at this stage what to use. Any other idea would be appreciable
thanks