crnacura /
PlayersClub
Players Club is a free Astro template for showcasing music artists—an experimental proof of concept built in collaboration with Alex Tkachev.
73/100 healthLoading repository data…
bytequest-gemini / repository
Experimental Proof of Concept enabling Sony IMX219 (RPi Camera v2) color streaming on ESP32-P4 via MIPI CSI-2 and software demosaicing (V4L2).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Experimental Proof of Concept enabling Sony IMX219 (RPi Camera v2) color streaming on ESP32-P4 via MIPI CSI-2 and software demosaicing (V4L2).
This project is a Proof of Concept (PoC) demonstrating how to interface a Sony IMX219 (Raspberry Pi Camera v2) with the ESP32-P4 using the MIPI CSI-2 interface to get a color video stream.
Since the official ISP (Image Signal Processor) driver for the ESP32-P4 is not yet fully available for public use, this project implements a hybrid software/hardware pipeline to bypass the limitation and achieve a color image.
video4linux2 API via esp_video component.demosaic_bggr_to_rgb) to convert RAW10 to RGB888.This configuration uses the standard 15-pin FPC MIPI connector layout found on most ESP32-P4 development boards (e.g., Espressif P4-Function-EV-Board, Waveshare, etc.).
| Pin Function | ESP32-P4 GPIO | Description |
|---|---|---|
| I2C SDA | GPIO 7 | Control Data |
| I2C SCL | GPIO 8 | Control Clock |
| XCLK | GPIO 20 | 24MHz Master Clock (Generated via LEDC) |
| MIPI Lanes | Internal | Uses internal MIPI PHY (2-lane configuration) |
esp_videoesp_cam_sensordriver (LEDC for XCLK)Clone the repository:
git clone [https://github.com/YOUR_USERNAME/ESP32-P4-IMX219-PoC.git](https://github.com/YOUR_USERNAME/ESP32-P4-IMX219-PoC.git)
cd ESP32-P4-IMX219-PoC
Configure Wi-Fi:
Open main/main.c and edit the SSID/PASSWORD definitions (or use menuconfig if implemented).
Build and Flash:
idf.py set-target esp32p4
idf.py build flash monitor
View Stream:
Wait for the log Got IP: ..., then open your browser and navigate to:
http://<ESP32-IP-ADDRESS>/
MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
crnacura /
Players Club is a free Astro template for showcasing music artists—an experimental proof of concept built in collaboration with Alex Tkachev.
73/100 healthP4wnP1 - WiFi covert channel - Client agent (experimental Proof of Concept) by MaMe82
60/100 healthhai-vr /
Nochat, an experimental package to run VRC prefabs without the C. Made in 5 hours as a proof of concept. Currently only compatible with MS-VRCSA-Billiards, SaccFlight, ArcheryKit -- this is in no way usable in arbitrary projects. There is zero lines of executable code from VRChat in this project: Everything is improvised out of compilation errors.
jjhw /
Proof of concept of the SayCan project applying on real UR5 robot
38/100 healthCrul /
Experimental Proof of Concept for CDDA map generation from OpenStreetMap data
55/100 healthIn the case of static PV modeling (single, double, and three diode models), the load variation and switching operation of the inverter and DC/DC converter stages are not considered. Therefore, another type of PV model named integer order dynamic PV model (IOM) has been introduced, which is the most efficient and accurate model to handle the static models' aforementioned drawbacks. That is why the dynamic model is the preferable one for the design of the grid-connected PV systems. Recently, the theory of fractional calculus has been employed to reinforce the efficiency and flexibility of IOM. As a result, the fractional-order dynamic PV model (FOM) has been introduced as the latest trend in tackling the PV models' dynamic behavior. The accuracy of the dynamic PV models is mainly influenced by obtaining their parameters under different operating conditions. The manufacturers usually undefine the models’ parameters. Therefore, it is crucial to identify these parameters accurately with minimum execution time using the experimental load current–time (I-T) curve [1]-[2]-[3]. [1]AbdelAty AM, Radwan AG, Elwakil AS, Psychalinos C. Transient and steady-state response of a fractional-order dynamic PV model under different loads. J Circ Syst Comput 2018;27(02):1850023. https://doi.org/10.1142/s0218126618500238 [2] Yousri, D., Allam, D., Eteiba, M.B. and Suganthan, P.N., 2019. Static and dynamic photovoltaic models’ parameters identification using Chaotic Heterogeneous Comprehensive Learning Particle Swarm Optimizer variants. Energy conversion and management, 182, pp.546-563. [3] Enhanced Marine Predators Algorithm for identifying static and dynamic Photovoltaic models parameters March 2021 Energy Conversion and Management ( In proofing). Note: To implement the code for optimizing the fractional order model. The user should click on fomcon-1.21b right click and select add to the path ( then select folders and subfolders) to let all the inside files are readable. Then use main to implement the optimization process
38/100 health