Consti10
Consti10
So with my S9+ (exynos version) the decoding time for the runcam is ~10ms This goes to show that it is possible in HW to decode the runcam stream with...
WARNING: To not confuse anybody, this was a really specific test scenario that gave me 130ms end-to end. If you use a "average" setup, the latency will be much higher,...
1) check if the runcam is under /dev/video2 (might be dev/video0 if you are not using a laptop with integrated camera) 2) Re-connect the runcam, restart the pc. The runcam...
I checked it on PC (ubuntu).
The asus tinkerboard has a Mali™-T764 GPU. I strongly suspect the DE-coder of the tinkerboard is better in decoding the stream than the rpi. See my LiveVideo10ms repo and the...
Testing: Regarding video: Start a dummy encoded video stream with gstreamer: h264: `gst-launch-1.0 -v ximagesrc ! video/x-raw,framerate=20/1 ! videoscale ! videoconvert ! x264enc tune=zerolatency bitrate=500 speed-preset=superfast ! rtph264pay ! udpsink...
> This all sounds good to me > > Minor detail is that openhd-interface wifi.cpp handles wifi cards based on their mac ids. Not wlan0.. There might be an exception...
> I think making a second wifi card a requirement just for changing the frequency is a bit overkill. However, we can also go for a method that works roughly...
The first part I described (looking for the connected wifi cards) is already done in https://github.com/OpenHD/Open.HD/tree/master/openhd-system (as far as I understand). Making at least one connected wifi card that supports...
Is that the same as doing: echo 0x100 > /sys/module/rk_vcodec/parameters/mpp_dev_debug As described here: https://github.com/rockchip-linux/mpp/issues/154 ? After doing so, I think I get the encoding latency from dmesg:  Can you...