Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Jetson Articles == | == Jetson Articles == | ||
* [https://medium.com/@monoclechris/secureboot-and-encrypted-rootfs-nvme-on-jetson-orin-41d3356d7922 Secure Boot and Encrypted RootFs] | * [https://medium.com/@monoclechris/secureboot-and-encrypted-rootfs-nvme-on-jetson-orin-41d3356d7922 Secure Boot and Encrypted RootFs] | ||
* [https:// | |||
== Rockchip Repos == | |||
* [https://github.com/MonocleSecurity/RockchipPlayer Rockchip Video Player] | |||
== Monocle Articles == | == Monocle Articles == | ||
* [https://medium.com/@monoclechris/setting-up-monocle-security-nvr-server-and-client-on-windows-43208d5e634d Setting up Monocle Security NVR Server and Client on Windows] | * [https://medium.com/@monoclechris/setting-up-monocle-security-nvr-server-and-client-on-windows-43208d5e634d Setting up Monocle Security NVR Server and Client on Windows] | ||
* [https://medium.com/@monoclechris/nvidia-jetson-cameras-and-nvr-ce974f423d7b NVidia Jetson ONVIF RTSP CCTV Camera and NVR with Monocle] | |||
* [https://medium.com/@monoclechris/raspberry-pi-onvif-cctv-camera-and-nvr-91c0dd5993b5 Raspberry Pi ONVIF RTSP CCTV Camera and NVR with Monocle] | * [https://medium.com/@monoclechris/raspberry-pi-onvif-cctv-camera-and-nvr-91c0dd5993b5 Raspberry Pi ONVIF RTSP CCTV Camera and NVR with Monocle] | ||
Line 15: | Line 16: | ||
* [https://medium.com/@monoclechris/multithreaded-memset-e2f114e74d1c Multithreaded Memset] | * [https://medium.com/@monoclechris/multithreaded-memset-e2f114e74d1c Multithreaded Memset] | ||
* [https://medium.com/@monoclechris/inter-thread-communication-latency-f2324a5d2ec8 Inter-thread communication latency] | * [https://medium.com/@monoclechris/inter-thread-communication-latency-f2324a5d2ec8 Inter-thread communication latency] | ||
* [https://medium.com/@monoclechris/rtsp-to-rtmp-in-c-using-ffmpeg-8231fb4c610b RTSP to RTMP in C++ and FFMPEG] | |||
== Protocols == | == Protocols == | ||
Line 24: | Line 26: | ||
* [[WebRTC]] | * [[WebRTC]] | ||
* [[MQTT]] | * [[MQTT]] | ||
* [[OpenAPI]] | |||
== Programs == | == Programs == |
Latest revision as of 20:30, 6 November 2024
Jetson Articles
Rockchip Repos
Monocle Articles
- Setting up Monocle Security NVR Server and Client on Windows
- NVidia Jetson ONVIF RTSP CCTV Camera and NVR with Monocle
- Raspberry Pi ONVIF RTSP CCTV Camera and NVR with Monocle
Educational Articles
- ONVIF Authentication and Streaming
- C++ and WebRTC: Video and Audio to the Browser
- Writing Fast to Disk
- Multithreaded Memset
- Inter-thread communication latency
- RTSP to RTMP in C++ and FFMPEG