I introduced my own algo. based on Demo encodedecode. But the appliction halt somewhere , the first ab-normal message is :
Encodedecode Debug: Display buffer 0 mapped to 0x4233c000 has physical address 0
Encodedecode Debug: Display buffer 1 mapped to 0x4246e000 has physical address 0
Encodedecode Debug: Display buffer 2 mapped to 0x425a0000 has physical address 0
The following is what the app. prints out :
Encodedecode Debug: PAL selected
Encodedecode Debug: Codec Engine initialized
Encodedecode Debug: Logging initialized
Encodedecode Debug: Pause object opened
Encodedecode Debug: Init rendezvous opened for 4 threads
Encodedecode Debug: Cleanup rendezvous opened for 4 threads
Encodedecode Debug: Priming rendezvous opened for 2 threads
Encodedecode Debug: Display buffer 0 mapped to 0x4233c000 has physical address 0
Encodedecode Debug: Display buffer 1 mapped to 0x4246e000 has physical address 0
Encodedecode Debug: Display buffer 2 mapped to 0x425a0000 has physical address 0
Encodedecode Debug: Video display device initialized.
Encodedecode Debug: Module display is ready for Init...
Encodedecode Debug: captureWidth = 720, captureHeight = 576
Encodedecode Debug: Capture thread created
Encodedecode Debug: Set the capture input to id 0
Encodedecode Debug: Codec Engine opened in video thread
The actual img. size 720 x 576
Encodedecode Debug: OSD successfully initialized
Encodedecode Debug: OSD transparency initialized
Encodedecode Debug: Checking video standard
Encodedecode Debug: PAL camera detected
Encodedecode Debug: Setting capture cropping (720x576)
Capturing 720x576 video (cropped to 720x576)
Encodedecode Debug: 3 capture buffers were successfully allocated.
Encodedecode Debug: Capture driver buffer 0 at physical address 1132883968 mapped to virtual address 0x80700000
Encodedecode Debug: Capture driver buffer 1 at physical address 1133768704 mapped to virtual address 0x86800000
Encodedecode Debug: Capture driver buffer 2 at physical address 1134653440 mapped to virtual address 0x86900000
Encodedecode Debug: Video capture initialized and started
Rszcopy Debug: Configuring resizer job to copy image of resolution 720x576
=====================================================
After that , it hangs...
Demo encodedecode works well at this hardware/software enviroment ( I re-compiled this demo to make sure my software env. is O.K. )
Please give me some hints . Thankyou !