shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Unable to create the video from images by using latest java cv update .. #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Unable to create the video from images by using latest java cv update .. it 
simple crashers the application after few seconds. 
2.
3.

What is the expected output? What do you see instead?
need to get the video as the output from the images. But unable to do it .  but 
old version of javacv- works fine.

What version of the product are you using? On what operating system?

latest version which is available in the download page .
Please provide any additional information below.

have added the activity which i am using in android . please advice me to come 
out of this issue. 

Original issue reported on code.google.com by SDIPondy on 3 Sep 2012 at 9:43

Attachments:

GoogleCodeExporter commented 9 years ago
Then please try again with the latest source code and let me know if that works 
or not, thank you

Original comment by samuel.a...@gmail.com on 3 Sep 2012 at 10:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi Samuel ,

I have attached the latest version source code only. latest version only not 
working for me .. old version is working. 

Thanks. 

Original comment by SDIPondy on 3 Sep 2012 at 10:28

GoogleCodeExporter commented 9 years ago
Ok, then please let me know if you figure out what is not working so I can fix 
it, thank you

Original comment by samuel.a...@gmail.com on 3 Sep 2012 at 10:28

GoogleCodeExporter commented 9 years ago
its not showing force close screen too... so i couldn't figure out whats the 
exact problem... with in few mins i will post the log cat ..  it will help you 
to find out the issue. 

Thanks 
Rajesh 

Original comment by SDIPondy on 3 Sep 2012 at 10:35

GoogleCodeExporter commented 9 years ago
Hi Samuel i have added the logcat issue in document . please have a look at 
this . 

Original comment by SDIPondy on 3 Sep 2012 at 10:42

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like your device doesn't have an ARMv7 CPU. Try the binaries for ARMv5.

Original comment by samuel.a...@gmail.com on 3 Sep 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Hi Samuel,

Have checked the binary with ARMV5 also . But it is not working. 

Thanks,
Rajesh K

Original comment by SDIPondy on 4 Sep 2012 at 10:09

GoogleCodeExporter commented 9 years ago
What happens if you remove those lines?
    recorder.setVideoBitrate(120000);
    recorder.setFrameRate(10);                      
    recorder.setPixelFormat(PIX_FMT_YUV420P); 
    recorder.setFormat("flv");

Original comment by samuel.a...@gmail.com on 4 Sep 2012 at 10:25