Ask Your Question

theodore7's profile - activity

2013-02-08 07:42:39 -0600 asked a question Path file for the video in Javacv

I want to record video from images with JavaCV. When i use recorder = FrameRecorder.createDefault("video.avi", 640, 480); all goes fine but when i use recorder = FrameRecorder.createDefault("C://video.avi", 640, 480); throws an exception com.googlecode.javacv.FrameRecorder$Exception: cvWriteFrame(): Could not record frame at com.googlecode.javacv.OpenCVFrameRecorder.record(OpenCVFrameRecorder.java:90) at Record.recording(Record.java:102) at Record.run(Record.java:82) at java.lang.Thread.run(Unknown Source). I want to save the recorded video in a specific directory

2013-02-06 02:59:51 -0600 asked a question JavaCv code select

I want to make a server that i can record video from frame from remote. When video starts to record appears a window to select the codec. I don't want to appear the window because is in the sever side and i can't select the codec. How can i set the codec by default for example mp4. Sorry for my English.

2013-01-16 03:17:59 -0600 received badge  Scholar (source)
2013-01-14 06:32:33 -0600 asked a question javacv bsod

I have installed javacv 0.1 with opencv 2.1 on windows xp 32 bit. When i try to record a movie with framerecorder i get blue screen of death. How can i resolve this problem? Sorry for my English.