Go to advanced search

by cpunk
Sun Jul 09, 2017 1:11 pm
Forum: Camera board
Topic: H 264 Motion Detection - Compressed Domain
Replies: 60
Views: 30219

Re: H 264 Motion Detection - Compressed Domain

> The video frame is tiled by 16x16 macroblocks left to right and then from top to down > row by row with the extra column spilling out of the right side. Yes, that assumption helped me too. Unfortunately I don't know about the spill-over logic, so out of caution, I'm currently using only frame size...
by cpunk
Sat Jul 08, 2017 9:44 pm
Forum: Camera board
Topic: RESOLVED: Macro-block buffering
Replies: 26
Views: 4742

Re: RESOLVED: Macro-block buffering

Update: unfortunately, the SAD values of vectors passing through my filter and getting dropped by the filter, are too close to each other. Their ranges overlap and I would be unable to separate them manually, so I can't find an efficient algorithm to do that. I guess the next stop for me is consolid...
by cpunk
Sat Jul 08, 2017 9:12 pm
Forum: Camera board
Topic: RESOLVED: Macro-block buffering
Replies: 26
Views: 4742

Re: RESOLVED: Macro-block buffering

P.S. And here's a frame with real motion - first unfiltered and then filtered.
by cpunk
Sat Jul 08, 2017 9:09 pm
Forum: Camera board
Topic: RESOLVED: Macro-block buffering
Replies: 26
Views: 4742

Re: RESOLVED: Macro-block buffering

A side note about 50Hz (especially LED, since LEDs respond fast) lamps and featureless single-color surfaces... that's a recipe for confusion. This is likely due to the cyclic nature of ceiling lights. They brighten and dim with AC current in the electrical grid, and the brightening and dimming cycl...
by cpunk
Sat Jul 08, 2017 3:22 pm
Forum: Camera board
Topic: Camera Cable Length = 15m possible?
Replies: 13
Views: 2796

Re: Camera Cable Length = 15m possible?

P.S. As for the camera cable length, I have tested it up to 75 cm. Longer ones were not sold, and the 75 cm ones worked in the conditions I had.
by cpunk
Sat Jul 08, 2017 2:50 pm
Forum: Camera board
Topic: Camera Cable Length = 15m possible?
Replies: 13
Views: 2796

Re: Camera Cable Length = 15m possible?

If you do put the Pi in the ROV, beware of using WiFi, as water absorbs 2.4 GHz signals especially well. To my knowledge, Raspberry Pi only has 2.4 GHz WiFi (and most likely, 5 GHz would not fare much better - real submarines use VLF (Wikipedia says 3-30 KHz) and there's no hope of homebrewing anyth...
by cpunk
Wed Jul 05, 2017 9:41 pm
Forum: Camera board
Topic: SOLVED:Pi Camera V2 video compression in GPU, CPU or camera?
Replies: 11
Views: 3480

Re: SOLVED:Pi Camera V2 video compression in GPU, CPU or cam

I cannot contribute to the memory-related discussion as I don't know Python, but my 2 cents: my system refused to behave at all when I tried to reduce GPU memory below 128 MB. So I left it at exactly that value. I don't know if Python has anything like garbage collection in Java... for me the greate...
by cpunk
Wed Jul 05, 2017 9:17 pm
Forum: Camera board
Topic: RESOLVED: Macro-block buffering
Replies: 26
Views: 4742

Re: RESOLVED: Macro-block buffering

So I realized that I cannot measure the speed improvement gained from the -f option without other onboard sensors - I'd be measuring my own network latency. Unfortunately, other onboard sensors are not ready yet (well, there is a Scanse Sweep here too, and a mirror system for conical scanning is bei...
by cpunk
Thu Jun 29, 2017 2:37 pm
Forum: Camera board
Topic: RESOLVED: Macro-block buffering
Replies: 26
Views: 4742

Re: RESOLVED: Macro-block buffering

Thanks for reminding, I will definitely try the -f option for comparison! :) Until now, I have lacked a framework for measuring latency properly, but I just rediscovered the old trick of filming my laptop's screen while it's displaying a running stopwatch. That should help figure out how much effect...
by cpunk
Thu Jun 29, 2017 1:18 pm
Forum: Camera board
Topic: RESOLVED: Macro-block buffering
Replies: 26
Views: 4742

Re: RESOLVED: Macro-block buffering

Hello everyone (first post). :D And thanks for writing about your work - it has been helpful to read. :D I first read Gordon's post with the juggling GIF, then later found Hove's blog about drones and finally stumbled here. I've got a somewhat different (yet similar) situation, which I've solved (we...

Go to advanced search