Hacker News new | past | comments | ask | show | jobs | submit login

I bought a beaten up Sony NEX camera with PMCA(discontinued Android app market feature, not to be confused with other PlayMemories features) while ago, and turned out there’s already an app on GitHub to start telnet over Wi-Fi with root.

The camera seems to use standard gadget modules to handle USB connections, but Kernel seems to predate gadget UVC driver, and the main image sensor is not operating as a V4L2 device.

If anyone could get a UVC module to compile and load, and use Sony API to pipe video from, that’ll let users skip the HDMI part when using it as webcam.




On Linux you can use gphoto2 + v4l2loopback and use the Sony camera as a webcam over USB:

https://superuser.com/questions/870768/can-i-use-my-dslr-as-...

    sudo modprobe v4l2loopback devices=1 exclusive_caps=1 card_label="porphyracam"
    gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -f v4l2 /dev/video0


Can you please share the GitHub repo? I have a NEX





Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: