|
2012-02-25
, 17:58
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#22
|
|
2012-02-26
, 13:45
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#23
|
The Following User Says Thank You to int_ua For This Useful Post: | ||
|
2012-02-27
, 04:31
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#24
|
|
2012-02-27
, 07:11
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#25
|
I just finished first attempt to get gst-launch working and queue works as expected with this code:
(time in nanoseconds)Code:gst-launch v4l2src device=/dev/video0 ! queue leaky=upstream min-threshold-time=10000000000 ! autovideosink
Now it would be great to try to use queue sink in the above python code instead of moving files That's all for today, I hope we will finish it tomorrow
|
2012-02-27
, 08:42
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#26
|
And another thing, if record.py in MyDocs, even after sudo gainroot,it does not start camera and shows "permission denied"
thus i cannot save my videos in Mydocs folder
to use record.py in my phone. Record.py should be in root folder(home/user)
$ python record.py
$ cd MyDocs/.videos/or/whatever/wherever $ /home/user/bin/record.py
The Following User Says Thank You to int_ua For This Useful Post: | ||
|
2012-02-27
, 13:44
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#28
|
The Following User Says Thank You to nicholes For This Useful Post: | ||
|
2012-02-27
, 14:04
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#29
|
can you do the same for voice recording ??
Keeping record of last two minute voice recording!
i started a thread regarding this in past but i didn't get it.
can you help?
|
2012-02-27
, 15:26
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#30
|
That should be basically the same thing, but ignoring the video component. I'll look at it.
Last edited by int_ua; 2012-02-25 at 08:32.