Hi, first-time poster here...
I bought an CrossTour CT9000 on Amazon recently. https://www.amazon.fr/gp/product/B073WX4VLJ/
I'd like to use this camera as a webcam on a raspberry pi or similar (probably a nvidia jetson nano). But before doing that I already wanted to test it on a laptop.
However, I could not make this work with a USB cable on a Mac to start with, because when connecting the cable to it, I only see "Charging Mode" and "Mass Storage Mode" on the camera's screen, I was expecting "PC Camera Mode", according to the user manual... https://f59eb8b2-9c2a-475f-8cee-595d...7e109b1065.pdf
I also tried with the camera's own wifi hotspot. While I managed to find out that a webserver is running on http://192.168.10.1:8082/ with some data, configuration and log directories and files, there is no other port open (I tried with nmap).
Is this the point where I would have to flash the firmware? If so, could someone point me to the relevant posts, provided it is possible to flash this camera's firmware...
Just for information, in many of the .lua files on the camera's server, there are headers like this:
Thanks for any help! :-)
I bought an CrossTour CT9000 on Amazon recently. https://www.amazon.fr/gp/product/B073WX4VLJ/
I'd like to use this camera as a webcam on a raspberry pi or similar (probably a nvidia jetson nano). But before doing that I already wanted to test it on a laptop.
However, I could not make this work with a USB cable on a Mac to start with, because when connecting the cable to it, I only see "Charging Mode" and "Mass Storage Mode" on the camera's screen, I was expecting "PC Camera Mode", according to the user manual... https://f59eb8b2-9c2a-475f-8cee-595d...7e109b1065.pdf
I also tried with the camera's own wifi hotspot. While I managed to find out that a webserver is running on http://192.168.10.1:8082/ with some data, configuration and log directories and files, there is no other port open (I tried with nmap).
Is this the point where I would have to flash the firmware? If so, could someone point me to the relevant posts, provided it is possible to flash this camera's firmware...
Just for information, in many of the .lua files on the camera's server, there are headers like this:
Code:
-- ------------------------------------------------------------------------------- -- Copyright (c), 2001-2016, Allwinner Tech All rights reserved. -- ------------------------------------------------------------------------------- -- file overlay_config.lua -- brief ${DESCRIPTION} -- author id: -- version v0.3 -- date 2016-11-09
Comment