User contributions for Simon
		
		
		
		Jump to navigation
		Jump to search
		
21 December 2024
- 14:4414:44, 21 December 2024 diff hist −14 Opencv with cuda support No edit summary
- 14:4314:43, 21 December 2024 diff hist +2,537 Opencv with cuda support No edit summary
- 11:2211:22, 21 December 2024 diff hist +7 Opencv with cuda support No edit summary Tag: Manual revert
- 11:1911:19, 21 December 2024 diff hist −7 Opencv with cuda support No edit summary
18 December 2024
- 21:1621:16, 18 December 2024 diff hist +37 Asuswrt No edit summary current
- 21:1521:15, 18 December 2024 diff hist +2 Asuswrt No edit summary
- 21:1521:15, 18 December 2024 diff hist +50 Asuswrt No edit summary
- 21:1321:13, 18 December 2024 diff hist 0 N File:Home assistant asuswrt.png No edit summary current
- 21:1221:12, 18 December 2024 diff hist +133 N Asuswrt Created page with "To allow Home Assistant to talk to the router make sure that port 6022 is open for ssh. This is done under 'administration'...' '"
- 21:1021:10, 18 December 2024 diff hist +13 Home Assistant No edit summary current
11 December 2024
- 14:1314:13, 11 December 2024 diff hist +39 Node-red →Node Red current
- 14:1114:11, 11 December 2024 diff hist 0 N File:Node red API TTN1.png No edit summary current
6 October 2024
- 18:1218:12, 6 October 2024 diff hist +1 Opencv with cuda support No edit summary
30 August 2024
- 15:5515:55, 30 August 2024 diff hist +5 RDP Access No edit summary
- 15:5515:55, 30 August 2024 diff hist +486 N RDP Access Created page with "You will need a GNOME Shell extension to solve this problem. First, install install gnome-shell-extension-manager with this command: ```sudo apt install gnome-shell-extension-manager``` The open the newly installed app called Extension in the GUI. Within this app, search for and install the Allow locked Remote Desktop GNOME Shell extension. Now you will be able to remotely connect to this computer even when the screen is locked. You will still need to be logged in loc..."
- 15:5415:54, 30 August 2024 diff hist +16 Jetson Orin Nano No edit summary
28 August 2024
- 17:1117:11, 28 August 2024 diff hist 0 Opencv with cuda support No edit summary
19 April 2024
- 20:3520:35, 19 April 2024 diff hist +535 N Opencv with cuda support Created page with "Install JTOP <pre>sudo apt install python3-pip</pre> After pip installs: <pre>sudo pip3 install -U jetson-stats</pre> Install jetson containers <pre> # install the container tools git clone https://github.com/dusty-nv/jetson-containers bash jetson-containers/install.sh </pre> Then staying in the home directory <pre> sudo ./jetson-containers/packages/opencv/opencv_install.sh https://nvidia.box.com/shared/static/ngp26xb9hb7dqbu6pbs7cs9flztmqwg0.gz OpenCV-4.8.1-aarch64.t..."
- 20:3220:32, 19 April 2024 diff hist −8 Jetson Orin Nano No edit summary
- 17:4817:48, 19 April 2024 diff hist +2 Compile opencv with cuda support No edit summary current
- 17:4817:48, 19 April 2024 diff hist 0 Compile opencv with cuda support No edit summary
- 17:4717:47, 19 April 2024 diff hist +18 Compile opencv with cuda support No edit summary
- 17:4617:46, 19 April 2024 diff hist 0 N File:JTOP.png No edit summary
- 17:4617:46, 19 April 2024 diff hist −413 Compile opencv with cuda support No edit summary
- 17:4417:44, 19 April 2024 diff hist −10 Compile opencv with cuda support No edit summary
20 March 2024
- 09:0909:09, 20 March 2024 diff hist −2 Front Gate No edit summary current
- 09:0909:09, 20 March 2024 diff hist 0 Front Gate No edit summary
- 09:0909:09, 20 March 2024 diff hist +32 Front Gate No edit summary
- 09:0809:08, 20 March 2024 diff hist 0 N File:Front gate.png No edit summary current
- 09:0609:06, 20 March 2024 diff hist +210 N Front Gate Created page with "Jeatone is the supplier Setup information can be found at http://www.jeatone.com/col.jsp?spm=a2g0s.imconversation.0.0.74f63e5f7uslaH&id=110 Select SIP villa multiple matching sets operation PIN Code is 666666"
- 09:0509:05, 20 March 2024 diff hist +16 Main Page No edit summary
2 March 2024
- 13:0513:05, 2 March 2024 diff hist +206 N Fix Docker Created page with "Use the following commands <pre> sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy sudo systemctl restart docker </pre>" current
- 13:0313:03, 2 March 2024 diff hist +16 Jetson Orin Nano No edit summary
24 February 2024
- 10:2910:29, 24 February 2024 diff hist +5 Enable CSI Camera via header pins No edit summary current
- 10:2810:28, 24 February 2024 diff hist +203 N Enable CSI Camera via header pins Created page with "Got to https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/HR/ConfiguringTheJetsonExpansionHeaders.html?highlight=jetson%20io#running-jetson-io run ```sudo /opt/nvidia/jetson-io/jetson-io.py```"
- 10:2710:27, 24 February 2024 diff hist +39 Jetson Orin Nano No edit summary
23 February 2024
- 14:3614:36, 23 February 2024 diff hist +141 Node-red No edit summary
- 14:3414:34, 23 February 2024 diff hist +41 N File:Ttn1.png The things network security current
- 14:2914:29, 23 February 2024 diff hist 0 Node-red No edit summary
21 January 2024
- 14:0614:06, 21 January 2024 diff hist +938 N Compile opencv with cuda support Created page with "https://www.youtube.com/watch?v=art0-99fFa8 https://github.com/mdegans/nano_build_opencv/tree/master You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: <pre> if (weight != 1.0)</pre> to: <pre> if (weight != static_cast<T>(1.0))</pre> As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: <pre> if (nms_iou_threshold > 0) {</pre> to: <pre> if (nms_iou_threshold > stat..."
- 14:0514:05, 21 January 2024 diff hist −798 Jetson Orin Nano Replaced content with "Compile opencv with cuda support" Tag: Replaced
- 14:0514:05, 21 January 2024 diff hist +48 Jetson Orin Nano No edit summary
- 14:0314:03, 21 January 2024 diff hist +786 N Jetson Orin Nano Created page with "You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: if (weight != 1.0) to: if (weight != static_cast<T>(1.0)) As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: if (nms_iou_threshold > 0) { to: if (nms_iou_threshold > static_cast<T>(0)) { Explanation: Since both variables, weight and nms_iou_threshold, are templated and finally boil down to a primitive type during..."
- 14:0314:03, 21 January 2024 diff hist +22 Main Page No edit summary
15 January 2024
- 15:4115:41, 15 January 2024 diff hist +169 Node-red →Node Red
- 15:3915:39, 15 January 2024 diff hist 0 N File:Node-red6.png No edit summary current
- 15:3915:39, 15 January 2024 diff hist +152 Node-red →Node Red
- 15:3615:36, 15 January 2024 diff hist −1 Node-red No edit summary
- 15:3415:34, 15 January 2024 diff hist −21 Node-red No edit summary
- 15:3115:31, 15 January 2024 diff hist +86 Node-red No edit summary